Answers for ""working with virtual environment""

15

how to create virtual environment

# for windows 10

py -m venv myvirtualenv
myvirtualenv\Scripts\activate #!!!! use "\" not "/" !!!!!
Posted by: Guest on May-09-2021
0

Set Virtual environment

virtualenv env_site
Posted by: Guest on March-18-2022

Code answers related to ""working with virtual environment""

Python Answers by Framework

Browse Popular Code Answers by Language