Top "Virtualenv" questions

virtualenv is a tool that creates sandboxed Python environments.

How to automatically activate virtualenvs when cd'ing into a directory

I have a bunch of projects in my ~/Documents. I work almost exclusively in python, so these are basically all …

virtualenv zsh oh-my-zsh virtualenvwrapper direnv
how to install virtualenv on Ubuntu 20.04 GCP instance?

I am trying to install python3 virtualenv. I get the following message when I try to run virtualenv. virtualenv Command …

python google-cloud-platform virtualenv ubuntu-20.04
Can pip (or setuptools, distribute etc...) list the license used by each installed package?

I'm trying to audit a Python project with a large number of dependencies and while I can manually look up …

python licensing virtualenv pip easy-install
installing modules in python - pip, distribute, nose, virtualenv

I'm aware that there are similar questions on SO. This one, for example: What's the proper way to install pip, …

python module virtualenv pip distribute
Virtualenv and source version control

I recently started a Django project and I quickly realized that virtualenv will be really useful for many reasons. I …

python django mercurial virtualenv
Error creating virtualenv with Python3

I'm working on Linux Mint 17 and I'm trying to create a new virtualenv with Python3 like this: python3.6 -m venv …

python python-3.x virtualenv python-venv
Running Python from a virtualenv with Apache/mod_wsgi, on Windows

I'm trying to set up WAMP server. I've got Apache working correctly, and I've installed mod_wsgi without a hitch. …

python apache wamp virtualenv wampserver
Problems using nose in a virtualenv

I am unable to use nose (nosetests) in a virtualenv project - it can't seem to find the packages installed …

python virtualenv nose nosetests
installing Reportlab (error: command 'gcc' failed with exit status 1 )

I'm trying to install ReportLab 2.4 on a 10.04.2 server with virtualenv. In the ReportLab_2_4 folder I use: python setup.py install …

python virtualenv openerp
How to get virtualenv to use dist-packages on Ubuntu?

I know that virtualenv, if not passed the --no-site-packages argument when creating a new virtual environment, will link the packages …

python ubuntu virtualenv packages environment