Answers for "how to create activate virtual env in makefile"

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 to activate venv

source venv/bin/activate
Posted by: Guest on May-06-2021

Code answers related to "how to create activate virtual env in makefile"

Python Answers by Framework

Browse Popular Code Answers by Language