Top "Virtual-environment" questions

How do I remove/delete a virtualenv?

I created an environment with the following command: virtualenv venv --distribute I cannot remove it with the following command: rmvirtualenv …

python-3.x virtualenvwrapper python-venv virtual-environment virtualenv-commands
How to list all python virtual environments in Linux?

I have more than one Python environment configured in my Debian OS. Is there a way to list all configured …

python linux python-2.7 debian virtual-environment
How to use virtualenv with python3.6 on ubuntu 16.04?

I'm using Ubuntu 16.04, which comes with Python 2.7 and Python 3.5. I've installed Python 3.6 on it and symlink python3 to python3.6 through …

python ubuntu virtualenv python-3.6 virtual-environment
jupyter notebook running kernel in different env

I've gotten myself into some kind of horrible virtualenv mess. Help?! I manage environments with conda. Until recently, I only …

python packages jupyter conda virtual-environment
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
Deactivate a pipenv environment

How can I deactivate my pipenv environment? With other tools I've been able to do something like source deactivate, but …

python-3.x pipenv virtual-environment
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
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
Python is in conda env, but has not been activated in Windows virtual env

I created a Windows (10) Python virtual environment (env3.7.3). When I open a cmd window activated in the virtual env, I …

python windows-10 anaconda activation virtual-environment
How to change Python version of existing conda virtual environment?

I created conda environment with Python version 3.8, but it doesn't support matplotlib... So I am looking for something like this …

python version conda virtual-environment