简体   繁体   中英

Installing Anaconda Python in a virtual world without changing global Python version

Good afternoon. I have been learning Virtualenv and Virtualenvwrapper. I then decided I wanted to install Anaconda Python again so I could continue learning how to do data analysis. Then I saw where you can use conda to make a virtual environment for Anaconda. I installed it and told it not to add the path to my bashrc file but then conda was not recognized. So then I reinstalled and said yes. But now my global python is set to anaconda 3.5 which I do not want. How can I use conda to set up a virtual environment without affecting my global python of 2.7? Thank you.

修复PATH环境变量,使其在anacaonda目录之前声明全局python目录。

I was looking into a similar issue and I ended up using Docker to manage my Anaconda installation.

https://github.com/jupyter/docker-stacks/tree/master/minimal-notebook

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