Answers for "creat and active python environment"

1

create new python environment

py -m venv env
Posted by: Guest on August-10-2020
0

python activate environment linux

source "env_name"/bin/activate
Posted by: Guest on December-05-2021
0

creat and active python environment

in 2022
#to creat
python3 -m venv your-env-name
#to active
your-env-nameScriptsactivate.bat # on windows
source your-env-name/bin/activate #Mac
Posted by: Guest on January-22-2022

Code answers related to "creat and active python environment"

Python Answers by Framework

Browse Popular Code Answers by Language