Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

make venv

# On Windows, invoke the venv command as follows:
# {1} = your python path or you can type python if you make a path
# {2} = your virtual enviroment path + (your VI name) or type the name directly
# {1} -m venv {2}
python -m venv my_venv_name
Source by packaging.python.org #
 
PREVIOUS NEXT
Tagged: #venv
ADD COMMENT
Topic
Name
4+9 =