Top "Virtualenv" questions

virtualenv is a tool that creates sandboxed Python environments.

Getting a python virtual env error after installing Lion

I haven't touched python and virtualenv in a while, and I believe I setup my MBP with virtualenv and pip, …

python virtualenv osx-lion
Virtualenv specific pip config files

I need to use different pip config files depending on which project I'm currently working on. Each project pulls from …

python pip virtualenv virtualenvwrapper
Can I install Python windows packages into virtualenvs?

Virtualenv is great: it lets me keep a number of distinct Python installations so that different projects' dependencies aren't all …

python windows virtualenv
psycopg2 installation error - Library not loaded: libssl.dylib

I try to install psycopg2 in a virtualenv using pip, the compilation looks ok, it says "Successfully installed psycopg2", but …

python virtualenv psycopg2
Installing virtualenvwrapper on Windows

I've installed virtualenv and virtualenvwrapper on Windows using easy_install. But mkvirtualenv is missing. I tried to search on my …

python windows virtualenv virtualenvwrapper
How to get virtualenv to work with fish shell

I'm trying to get virtualenv to work with the fish shell. I have virtualenv installed and it works fine with …

virtualenv fish
What does sudo -H do?

After trying to install virtualenv with pip $ pip install virtualenv I got a permission denied error IOError: [Errno 13] Permission denied: …

python terminal pip virtualenv sudo
Install nodeJS inside conda environment

I want to use NodeJS and AngularJS for a small project. Can I use conda's virtualenv to install these packages …

node.js virtualenv conda package-managers
uwsgi + Flask + virtualenv ImportError: no module named site

(Other posts on SO are similar, but none have the specific combination of uwsgi + Flask + virtualenv) (This one is closest) …

python flask virtualenv uwsgi
"cannot find -lssl; cannot find -lcrypto" when installing mysql-python?

I'm struggling to install the mysql-python pip either systemwide or in a venv on Ubuntu 14.04 with MariaDB 10 installed. Also tried …

pip virtualenv mysql-python mariadb