Top "Virtualenv" questions

virtualenv is a tool that creates sandboxed Python environments.

How to install dependencies from a copied pipfile inside a virtual environment?

The problem originates when I start by cloning a git project that uses pipenv, so it has a Pipfile + Pipfile.…

python pip virtualenv pipenv
CondaValueError: Value error: prefix already exists:

Reference: https://uoa-eresearch.github.io/eresearch-cookbook/recipe/2014/11/20/conda/ I've run the following commands to install conda and create a virtual …

runtime-error virtualenv anaconda prefix conda
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
mkvirtualenv: Too many levels of symbolic links

I am running virtualenv burrito and getting an error that there are too many levels of symbolic links. I have …

virtualenv virtualenvwrapper
Activate a virtualenv via fabric as deploy user

I want to run my fabric script locally, which will in turn, log into my server, switch user to deploy, …

python virtualenv fabric automated-deploy
How to activate virtual environment from Windows 10 command prompt?

I'm trying to create and activate a virtual environment, using Windows 10 command prompt. I know that virtualenv is installed correctly, …

python virtualenv virtualenvwrapper virtual-environment
How to install python3.7 and create a virtualenv with pip on Ubuntu 18.04?

I'm trying to set up a standard virtualenv with python 3.7 on Ubuntu 18.04, with pip (or some way to install packages …

python pip virtualenv ubuntu-18.04 python-3.7
Calling IPython from a virtualenv

I understand that IPython is not virtualenv-aware and that the most logical solution to this is to install ipython in …

python virtualenv ipython
Installing Anaconda into a Virtual Environment

I've currently got a working installation of the Enthought Python Distribution on my machine that I don't want to necessarily …

python virtualenv anaconda conda virtual-environment
virtualenv, mysql-python, pip: anyone know how?

I'm trying to install the mysql bindings in a virtualenv. I'd prefer to use pip or easy_install. pip gives …

python mysql virtualenv easy-install pip