Top "Virtualenvwrapper" questions

virtualenvwrapper is a set of extensions to Ian Bicking’s virtualenv tool.

Virtualenv - workon command not found

I followed these steps to set up virtualenv + virtualenvwrapper: $ sudo apt-get install python3-pip $ sudo pip3 install virtualenv $ sudo pip3 …

python-3.x virtualenv virtualenvwrapper
Get virtualenv's bin folder path from script

I'm using virtualenvwrapper with a django project that has a management task that automatically writes some config files, so the …

python django virtualenv virtualenvwrapper
What is the relationship between virtualenv and pyenv?

I recently learned how to use virtualenv and virtualenvwrapper in my workflow but I've seen pyenv mentioned in a few …

python virtualenv virtualenvwrapper pyenv
mkvirtualenv: command not found

I'm new to Python virtual environments, so after reading this tutorial I tried to create my first environment using virtualenvwrapper. …

python bash virtualenv virtualenvwrapper
Python - manually install package using virtualenv

I have a python program I want to install into my virtualenv - it's a zip package that I need …

python installation virtualenv pip virtualenvwrapper
ERROR: virtualenvwrapper could not find virtualenv in your path

I'm trying to create a virtualenv with virtualenvwrapper, but when I use mkvirtualenv I get the following : ERROR: virtualenvwrapper could …

python virtualenv pythonpath virtualenvwrapper
How to set virtualenv for a crontab?

I want to set up a crontab to run a Python script. Say the script is something like: #!/usr/bin/…

python cron virtualenv virtualenvwrapper
Sublime text3 and virtualenvs

I have different virtualenv's (made with virtualenwrapper) and I'd like to be able to specify which virtualenv to use with …

python sublimetext3 virtualenvwrapper
How to freeze packages installed only in the virtual environment?

How to freeze packages installed only in the virtual environment, that is, without the global ones?

python pip virtualenv virtualenvwrapper virtual-environment
problems with python and virtualenvwrapper after updating: No module named virtualenvwrapper

I run python 2.7.6 with virtualenv, virtualenvwrapper under ubuntu 14.04. now i have installed python 2.7.9 from source. the new python interpreter is …

python virtualenv virtualenvwrapper