Skip to content

Instantly share code, notes, and snippets.

@takakd
Last active September 20, 2020 13:43
Show Gist options
  • Save takakd/3197457d30b5aabe04fc15461831df2a to your computer and use it in GitHub Desktop.
Save takakd/3197457d30b5aabe04fc15461831df2a to your computer and use it in GitHub Desktop.
Python codes.
# Create virtual env in {directory}
pyton3 -v venv {directory}
# - Activate
source {directory}/bin/activate
# - Deactivate
deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment