Create venv

This commit is contained in:
Sander Hautvast 2024-02-24 12:24:32 +01:00 committed by GitHub
parent 6362f55825
commit 93a828c230
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

5
cmd/venv Normal file
View file

@ -0,0 +1,5 @@
* create `python -m venv [env]`
* activate `source [env]/bin/activate`
* `deactivate`