Top "Virtualenv" questions

virtualenv is a tool that creates sandboxed Python environments.

Tensorflow Python 3.7

Tensorflow version for Python 3.7 Any news about tensorflow update for python 3.7. When I try to install tensorflow inside my venv …

python tensorflow virtualenv python-venv
'Permission denied' error when using pip install in virtualenv

Edit: FIXED! Just had to chown the .cache directory I've tried the virtualenvwrapper docs instructions, I've tried this guy's instructions …

python virtualenv virtualenvwrapper
Opencv3 and Python 2.7 on Virtual Environment - AttributeError: 'module' object has no attribute 'createLBPHFaceRecognizer'

I have a python function with opencv 3. it works without virtual environment.Also I installed opencv on venv from:pyimagesearch. …

python python-2.7 opencv virtualenv face-recognition
Installing psycopg2 (postgresql) in virtualenv on windows

I installed psycopg2 in virtualenv using easy_install psycopg2. I did not see any errors and looks like installation went …

python postgresql virtualenv psycopg2 easy-install
Python packages not installing in virtualenv using pip

I'm having trouble installing twisted pip --version pip 1.1 from /home/chris/GL/GLBackend/glenv/lib/python2.7/site-packages/pip-1.1-py2.7.egg (…

python twisted virtualenv pip
virtualenvwrapper functions unavailable in shell scripts

So, once again, I make a nice python program which makes my life ever the more easier and saves a …

python bash virtualenv virtualenvwrapper
Installing PyGtk in virtualenv

So I am trying to run a simple matplotlib example in my virtualenv (in the console). Here's the code: import …

python matplotlib pygtk virtualenv
get path of python binary that's executing the script

I have a Pylons controller (irrelevant but explains why I have this need) say starter.py that starts another process …

python pylons virtualenv
Installing mod_wsgi for Python3 on Ubuntu

Could anyone give me a clear set of instructions for installing mod_wsgi on Ubuntu for Python 3? I did get …

ubuntu python-3.x pip virtualenv mod-wsgi
Can not activate a virtualenv in GIT bash mingw32 for Windows

When I try to activate my virtualenv from GIT bash mingw32 I do not get the expected response. NOTE: py …

python git bash virtualenv git-bash