-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not honoring conda virtual envs. #159
Comments
What shell are you using? What do you mean the default shell env? In default, Terminus opens a bash shell with login in flag. Did you set the PATH variable in bash (or whatever you have) profile? |
It's |
link to VSCode issue: microsoft/vscode-python#7607 |
We don’t need that to fix the PATH issue. How did you specify the PATH variable in |
It's not actually set in |
Not inheriting the env variables is just a temporary solution to fix your issue of the PATH variable. I am not saying that it would not fix the issue. For sure that it will help the situation. But you also need to figure out the ultimate reason why the PATH was not set correctly and it will save you more time in the future. |
Is there a way to disable Terminus from inheriting Sublimes env, and using the default shell env? This is required to pickup conda virtual envs. VSCode has a setting for this to make their terminals work.
OSX Terminal:
Terminus:
The text was updated successfully, but these errors were encountered: