Cleaning Python modules an have fresh start Mac OS X

后端 未结 3 1771
忘了有多久
忘了有多久 2021-02-07 09:02

I am not a total newbie but I am trying to install modules for quite a long time and at this point i would like to have a fresh start and install python and all the modules I ne

3条回答
  •  无人共我
    2021-02-07 09:35

    Buildout and virtualenv should be what you are looking for.

    Buildout helps you configure a python installation and virtualenv allows you to isolate multiple different configurations from each other.

    Here's a nice blog post explaining how to use them together.

    Also, see this other question: Buildout and Virtualenv

提交回复
热议问题