How to run Conda?

后端 未结 30 2104
予麋鹿
予麋鹿 2020-11-22 08:56

I installed Anaconda and can run Python, so I assume that I installed it correctly. Following this introductory documentation, I am trying to install Python v3.3, so I am co

30条回答
  •  夕颜
    夕颜 (楼主)
    2020-11-22 09:39

    If you have installed Anaconda but are not able to load the correct versions of python and ipython, or if you see conda: command not found when trying to use conda, this may be an issue with your PATH environment variable. At the prompt, type:

    export PATH=~/anaconda/bin:$PATH
    

    For this example, it is assumed that Anaconda is installed in the default ~/anaconda location.

提交回复
热议问题