4 lines
85 B
Plaintext
4 lines
85 B
Plaintext
# Do this to create a virtual environment for python
|
|
mkdir venv
|
|
python3 -m venv venv
|