-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Conda Activation fails on Windows with Conda 4.4.0 and later #2753
Comments
We'll need to decide on how we solve this?
@Microsoft/pvsc-team |
Also see #668 and conda/conda#626. |
Unfortunately we have conflicting instructions at this point. https://conda.io/docs/user-guide/tasks/manage-environments.html#activating-an-environment says to use an Anaconda Prompt (which is Command Prompt) with no PowerShell support. But if you look at https://github.com/conda/conda/blob/master/CHANGELOG.md#recommended-change-to-enable-conda-in-your-shell it says it should be I think the only option we have is to only use |
I agree with these instructions right now:
I am terribly sorry for the mess on Windows. A lot of effort has gone into Conda 4.6.0 to straighten out the setup of the conda shell command. We are working to include Powershell support with that release. conda/conda#7794 Please ping me and @kalefranz if you have trouble with the split approach that @brettcannon recommended. We will be sure to test VS Code's activation stuff, and we'll post if we have questions. |
@msarahan thanks for the double-check on the approach! And we already have the split logic working ATM (we think 😉 ), it just wasn't using an absolute path for |
@msarahan actually, we have discovered we can't support |
The problem is conda is not in current path.
Reported by @jmew
Discussions found here #1882
The text was updated successfully, but these errors were encountered: