How to install Python libraries under specific environments

前端 未结 3 696
野性不改
野性不改 2021-02-06 18:00

I have two Anaconda installations on my computer. The first one is based on Python 2.7 and the other is based on Python 3.4. The default Python version is the 3.4 though. What i

3条回答
  •  北恋
    北恋 (楼主)
    2021-02-06 18:41

    Using virtualenv is your best option as @Dettorer has mentioned.

    I found this method of installing and using virtualenv the most useful. Check it out:

    Proper way to install virtualenv

提交回复
热议问题