我正在学习使用conda
来控制Windows 10 powershell中的python环境,跟随this doc。
它表示当前环境应显示括号或括号
您现在正在使用以下哪种环境 - 雪花或 兔子?要查找,请键入相同的命令:
conda info --envs
Conda显示当前所有环境的列表 环境显示在(括号)或[括号]前面 提示:
(雪花)
注意:conda还会在活动前面放置一个星号(*) 环境列表中的环境;见上文“全部列出 环境“。
我的问题是:1。为什么我没有看到括号/括号
activate python2
有效? powershell的代码:
PS C:\ Users \ yzhang> conda info --envs
conda环境:
python2 d:\ Anaconda3 \ envs \ python2
root * d:\ Anaconda3
PS C:\ Users \ yzhang>激活python2
预先添加d:\ Anaconda3 \ envs \ python2和 d:\ Anaconda3 \ envs \ python2 \ Library \ mingw-w64 \ bin和 d:\ Anaconda3 \ env s \ python2 \ Library \ usr \ bin和 d:\ Anaconda3 \ envs \ python2 \ Library \ bin和 d:\ Anaconda3 \ envs \ python2 \ Scripts t o PATH
PS C:\ Users \ yzhang> conda info --envs
conda环境:
python2 d:\ Anaconda3 \ envs \ python2
root * d:\ Anaconda3
PS C:\ Users \ yzhang> python --version
Python 3.5.1 :: Anaconda 4.0.0(64位)
我已在路径python27
d:\\Anaconda3\\envs\\python2
答案 0 :(得分:0)
目前尚未实现对Windows PowerShell中activate
/ deactivate
的完全支持。您可能有兴趣跟踪https://github.com/conda/conda/pull/2366处的公开拉取请求。