lyadmin/venv.txt

4 lines
85 B
Plaintext
Raw Normal View History

2020-11-21 15:43:25 -05:00
# Do this to create a virtual environment for python
mkdir venv
python3 -m venv venv