Answers for "create a virutal enviroment python"

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
-1

how to workon virtual environment in linux

# If any of the other dont work try
<env name>\bin\activate
Posted by: Guest on July-27-2020

Code answers related to "create a virutal enviroment python"

Python Answers by Framework

Browse Popular Code Answers by Language