Answers for "how does a virtual environment work"

8

how to create virtual environment

# for windows 10

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

how virtual environment in python works

>>> import sys
>>> sys.prefix
'/System/Library/Frameworks/Python.framework/Versions/3.5'
Posted by: Guest on December-06-2020

Code answers related to "how does a virtual environment work"

Python Answers by Framework

Browse Popular Code Answers by Language