Top "Virtualenv" questions

virtualenv is a tool that creates sandboxed Python environments.

Does virtualenv serve a purpose (in production) when using docker?

For development we use virtualenv to have an isolated development when it comes to dependencies. From this question it seems …

python virtualenv docker
How to specify install order for python pip?

I'm working with fabric(0.9.4)+pip(0.8.2) and I need to install some python modules for multiple servers. All servers have old …

python pip virtualenv requirements.txt
Create a virtualenv with both python2 and python3

I tried to use virtualenvwrapper to create a virtualenv with both python2 and python3 Per virtualenv with python2 and python3 …

python python-3.x virtualenv virtualenvwrapper
Where do I put my python files in the venv folder?

(Probably a noob question, but I didn't find a solution after googling for 20 minutes.) I created a new pure Python …

python virtualenv directory-structure
Using IntellijIdea within an existing virtualenv

I want to use Intellij Idea within my existing python django project which was built within a virtual environment in …

python django intellij-idea virtualenv pycharm
Is it possible to run opencv (python binding) from a virtualenv?

I would like to keep everything contained within the virtualenv. Is this possible with OpenCV? I'm fine with building from …

python opencv virtualenv vision
How do I change the default virtualenv prompt?

How do you change the default Virtualenvwrapper prompt? By default, working on a particular virtual environment with a command like "…

python bash virtualenv command-prompt virtualenvwrapper
how to create virtualenv with pypy?

running the following command virtualenv -p /usr/local/bin/pypy pypy exits with error like Running virtualenv with interpreter /usr/…

python virtualenv pypy
Is there anything like VirtualEnv for Java?

Is there anything similar to Python virtualenv for Java or JVM Languages?

java python virtualenv jvm-languages
Control the pip version in virtualenv

How do I control the version of pip which is used in a freshly created venv? By default, it uses …

python pip virtualenv python-wheel python-venv