简体   繁体   中英

Why does activating conda environment work in command prompt but not in the terminal in Atom or VS Code (windows)?

I downloaded and installed anaconda, and I am able to create an environment and activate it within the normal windows command prompt. However, when I try to activate it within the terminal in Atom or VS Code (using windows computer), nothing happens

how can I get the development environment to activate within this terminal?

如果在命令提示符下一切正常,那么您可以尝试在 VS Code 下使用以下设置:

"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM