Answers for "change python link of python venv"

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

how to use virtual environment python

python3 -m pip install --user virtualenv
Posted by: Guest on April-10-2020

Python Answers by Framework

Browse Popular Code Answers by Language