Top "Virtualenv" questions

virtualenv is a tool that creates sandboxed Python environments.

Conda version pip install -r requirements.txt --target ./lib

What is the conda version of this? pip install -r requirements.txt --target ./lib I've found these commands: while read …

pip installation anaconda virtualenv conda
How to source virtualenv activate in a Bash script

How do you create a Bash script to activate a Python virtualenv? I have a directory structure like: .env bin …

python bash virtualenv
Is it possible to install another version of Python to Virtualenv?

I have a shared account in a web-hosting that has Python 2.4 installed, but my code is not compatible with 2.4. Is …

python virtualenv
"Cannot open include file: 'config-win.h': No such file or directory" while installing mysql-python

I'm trying to install mysql-python in a virtualenv using pip on windows. At first, I was getting the same error …

python windows virtualenv pip mysql-python
What is the official "preferred" way to install pip and virtualenv systemwide?

Is it this, which people seem to recommend most often: $ sudo apt-get install python-setuptools $ sudo easy_install pip $ sudo pip …

python virtualenv setuptools pip easy-install
Where is virtualenvwrapper.sh after pip install?

I'm trying to setup virtualenvwrapper on OSX, and all the instructions and tutorials I've found tell me to add a …

python macos virtualenv pip virtualenvwrapper
Use virtualenv with Python with Visual Studio Code in Ubuntu

I have a Python project and navigation/autocomplete work perfectly within files in the project. I want to specify a …

python visual-studio-code virtualenv
Cron and virtualenv

I am trying to run a Django management command from cron. I am using virtualenv to keep my project sandboxed. …

python django cron virtualenv
how to specify new environment location for conda create

the default location for packages is .conda folder in my home directory. however, on the server I am using, there …

virtualenv anaconda conda
error: could not create '/usr/local/lib/python2.7/dist-packages/virtualenv_support': Permission denied

I am using ubuntu 12.04 and I am trying to pip install virtualenv but suddenly I got this error. samuel@sampc:~$ …

python ubuntu-12.04 virtualenv pip