Top "Virtualenv" questions

virtualenv is a tool that creates sandboxed Python environments.

Installing pyaudio with pip in a virtualenv

I'm trying to install pyaudio with pip: pip install pyaudio In a virtualenv but I'm getting an error: error: command …

python pip virtualenv pyaudio
How to use virtualenvwrapper in Supervisor?

When I was developing and testing my project, I used to use virtualenvwrapper to manage the environment and run it: …

python deployment virtualenv supervisord virtualenvwrapper
Install pycairo in virtualenv

I've tried to install pycairo in a virtualenv to use in a Django project. I've ran the pip install pycairo==1.10.0 …

python installation virtualenv pycairo
TKinter in a Virtualenv

Trying to run python code with TKinter-based widgets from a virtualenv. user@computer:~/myproject$ env/bin/python Python 2.7.3 (default, Sep 26 2012, 21:51:14) […

python tkinter virtualenv
pip: Could not find an activated virtualenv (required)

I am trying to instal virtualenv and/or virtualenvwrapper on a mac osx 10.8.3 I have been fighting with python for …

python osx-mountain-lion virtualenv pip
What does os.execl do exactly? Why am I getting this error?

I'm running into some trouble with deploying Django on the passenger_wsgi module with virtualenv. The Python code in the …

python virtualenv os.execl
M2Crypto doesn't install in venv, or swig doesn't define __x86_64__ which breaks compiling against OpenSSL

I'm trying to install the Python M2Crypto package into a virtualenv on an x86_64 RHEL 6.1 machine. This process invokes …

python linux openssl swig virtualenv
Managing contents of requirements.txt for a Python virtual environment

So I am creating a brand new Flask app from scratch. As all good developers do, my first step was …

python pip virtualenv requirements.txt
Failed to activate virtualenv with pyenv

I run: pyenv activate new_app And I get: Failed to activate virtualenv. Perhaps pyenv-virtualenv has not been loaded into …

python bash virtualenv pyenv
Python pyglet AVBin - How to install AVBin

AVBin is used by Pyglet to decode MP3s. Link: http://avbin.github.com/AVbin/Download.html Installed using install.…

python mp3 virtualenv pyglet