Last active
September 20, 2020 13:43
-
-
Save takakd/3197457d30b5aabe04fc15461831df2a to your computer and use it in GitHub Desktop.
Python codes.
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
# 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