Virtualenv¶
Virtualenv is a tool that allows you to create an isolated python environment. This allows you to have different projects on different versions of python, with different versions of dependencies installed without conflicting.
« Python Dependency Management :: Contents :: PIP »
Virtualenv is a tool that allows you to create an isolated python environment. This allows you to have different projects on different versions of python, with different versions of dependencies installed without conflicting.
« Python Dependency Management :: Contents :: PIP »