Created
November 18, 2021 04:53
-
-
Save caffeinetiger/ccbe48f83faa6857e23448cccd6ad434 to your computer and use it in GitHub Desktop.
Saved from https://docs.python.org/3/library/venv.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| python3 -m venv /path/to/new/virtual/environment |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment