Answers for "activate python virtual envionment linux"

9

create a venv

# Create the virtual environment.
python -m venv venv

# Activate the env.
venv\Scripts\activate.bat
Posted by: Guest on June-16-2020
0

pip install virtualenv windows

where python
.../env/bin/python.exe
Posted by: Guest on October-03-2020

Code answers related to "activate python virtual envionment linux"

Python Answers by Framework

Browse Popular Code Answers by Language