Top "Virtualenv" questions

virtualenv is a tool that creates sandboxed Python environments.

Can I move a virtualenv?

This question is not a duplicate. It pertains not just to renaming a virtual environment, but to actually moving it …

python python-3.x virtualenv virtualenv-commands
pyvenv-3.4 returned non-zero exit status 1

I'm in Kubuntu 14.04 , I want to create a virtualenv with python3.4. I did with python2.7 before in other folder. But …

python unix python-3.x virtualenv
Vagrant Not Starting Up. User that created VM doesn't match current user

I was trying to start up my vagrant machine, so I navigated to the folder where my vagrantfile is, and …

vagrant virtual-machine virtualbox virtualenv
Error for pip install Pillow on Ubuntu virtualenv

I have an ec2 instance and had Pillow 2.0 installed in my virtualenv initially. Somehow when I tried to upgrade it …

ubuntu pip virtualenv pillow
Virtualenv - Python 3 - Ubuntu 14.04 64 bit

I am trying to install virtualenv for Python 3 on Ubuntu 64bit 14.04. I have installed pip for Python3 using: pip3 install …

python python-3.x pip virtualenv ubuntu-14.04
Difference between 'python setup.py install' and 'pip install'

I have an external package I want to install into my python virtualenv from a tar file. What is the …

python virtualenv pip setup.py
ModuleNotFoundError: No module named 'distutils.core'

I've recently upgraded from Ubuntu 18.04 to 19.04 which has python 3.7. But I work on many projects using Python 3.6. Now when I …

python pycharm virtualenv python-3.6
SSL backend error when using OpenSSL

I was trying to install pycurl in a virtualenv using pip and I got this error ImportError: pycurl: libcurl link-time …

python curl virtualenv pip pycurl
Anaconda Python: where are the virtual environments stored?

I am new to Anaconda Python and I am setting up a project in Sublime Text 3. I have installed Anaconda …

python virtualenv sublimetext3 osx-yosemite anaconda
Ruby equivalent of virtualenv?

Is there something similar to the Python utility virtualenv? Basically it allows you to install Python packages into a sandboxed …

python ruby virtualenv