conda create -n py33 python=3.3 anaconda

  Here the folders are created by default in Anaconda\envs, so you need to set the PATH as:

set PATH=C:\Anaconda\envs\py33\Scripts;C:\Anaconda\envs\py33;%PATH%

如果没有设置环境变量,则必须切换到目录下运行。

  Now it should work in the command window:

activate py33

  This the windows equivalent to the code that normally appears in the tutorials for Mac and Linux:$ source activate py33

相关文章:

  • 2021-04-17
  • 2021-11-03
  • 2021-05-05
  • 2022-12-23
  • 2021-07-22
  • 2021-05-23
  • 2021-10-03
猜你喜欢
  • 2022-12-23
  • 2021-08-08
  • 2021-09-10
  • 2021-11-17
  • 2022-12-23
  • 2021-07-06
  • 2021-07-12
相关资源
相似解决方案