how to make a python venv
parent
81d03d22f2
commit
b1c83b85f6
@ -0,0 +1,15 @@
|
|||||||
|
|
||||||
|
|
||||||
|
To create a vitual environment
|
||||||
|
=============================
|
||||||
|
|
||||||
|
cd to the place you want to make it and...
|
||||||
|
|
||||||
|
python3 -m venv venv
|
||||||
|
|
||||||
|
|
||||||
|
To activate a virtual environment
|
||||||
|
====================================
|
||||||
|
cd to the folder where "venv" is and...
|
||||||
|
|
||||||
|
source venb/bin/activate
|
Loading…
Reference in New Issue