Top "Virtualenv" questions

virtualenv is a tool that creates sandboxed Python environments.

Getting a 'source: not found' error when using source in a bash script

I'm trying to write (what I thought would be) a simple bash script that will: run virtualenv to create a …

bash virtualenv
setting an environment variable in virtualenv

I have a Heroku project that uses environment variables to get its configuration, but I use virtualenv to test my …

python heroku environment-variables virtualenv
Determine if Python is running inside virtualenv

Is it possible to determine if the current script is running inside a virtualenv environment?

python virtualenv
How do I activate a virtualenv inside PyCharm's terminal?

I've set up PyCharm, created my virtualenv (either through the virtual env command, or directly in PyCharm) and activated that …

python django shell virtualenv pycharm
no module named zlib

First, please bear with me. I have hard time telling others my problem and this is a long thread... I …

python virtualenv zlib ubuntu-10.10
Is it ok having both Anacondas 2.7 and 3.5 installed in the same time?

I am using currently Anaconda with Python 2.7, but I will need to use Python 3.5. Is it ok to have them …

python python-3.x python-2.7 anaconda virtualenv
Unable to install boto3

I have trouble installing boto3 inside a virtual environment. I have done what the document says. First I activated virtual …

python virtualenv boto3
Pip install Matplotlib error with virtualenv

I am trying to install matplotlib in a new virtualenv. When I do: pip install matplotlib or pip install http://…

python matplotlib pip virtualenv
Using (Ana)conda within PyCharm

I've got Pycharm 4 running on my Linux (Ubuntu 14.04) machine. In addition to the system python, I've also got Anaconda installed. …

python virtualenv pycharm anaconda conda
How do you set your pythonpath in an already-created virtualenv?

What file do I edit, and how? I created a virtual environment.

python linux unix virtualenv