Skip to content

Instantly share code, notes, and snippets.

@RustemAqtau
Last active November 28, 2020 15:54
Show Gist options
  • Save RustemAqtau/292a87a0907db6d245e83c4618045705 to your computer and use it in GitHub Desktop.
Save RustemAqtau/292a87a0907db6d245e83c4618045705 to your computer and use it in GitHub Desktop.
python virtual env
for create virtual environment: python3 -m venv ./venv
for activate: source ./venv/bin/activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment