Top "Virtualenv" questions

virtualenv is a tool that creates sandboxed Python environments.

Install Python-Dbus in virtualenv

I am running an application in a virtual environment that needs access to DBus (to interact with the Network Manager, …

python installation virtualenv dbus
Supervising virtualenv django app via supervisor

I'm trying to use supervisor in order to manage my django project running gunicorn inside a virtualenv. My conf file …

django virtualenv pip supervisord
from matplotlib.backends import _tkagg ImportError: cannot import name _tkagg

While trying to run this example to test how matplotlib works with Tkinter, I am getting the error: (env)fieldsofgold@…

python matplotlib pip virtualenv tk
How I can make apt-get install to my virtualenv?

It it's possible, of course. For example - I can download python-dbus like this: $ sudo apt-get download python-dbus But what …

python virtualenv apt-get
pylint doesn't point to virtualenv python

I am pretty new to python and currenty I am trying to use pylint for checking code quality. I am …

python virtualenv pylint
Setting up Eclipse Juno with PyDev and Virtualenv

I have managed to set up the python interpreter of my pydev installation to the one in my virtualenv folder …

eclipse configuration pydev virtualenv
Setting up a virtualenv: No module named 'pip'

I have a fresh install of Python 3.3.4 on a Windows Server 2008 R2 machine. I've successfully installed the latest versions of …

python virtualenv pip importerror
venv doesn't create activate script python3

When trying to create a virtulenv using venv with python 3 on ubuntu it isn’t creating an activate script. It …

python ubuntu python-3.x virtualenv python-venv
What are the Python equivalents to Ruby's bundler / Perl's carton?

I know about virtualenv and pip. But these are a bit different from bundler/carton. For instance: pip writes the …

python ruby perl virtualenv pip
There is no activate when I am trying to run my virtual env

1) I installed virtualenv using pip. 2) I ran the command virtualenv venv 3) Then I ran source venv/bin/activate but it …

virtualenv virtual-environment