Skip to content

Instantly share code, notes, and snippets.

@ysuito
Last active December 6, 2017 11:12
Show Gist options
  • Save ysuito/49a9edd6e0770e86f506be775294aa64 to your computer and use it in GitHub Desktop.
Save ysuito/49a9edd6e0770e86f506be775294aa64 to your computer and use it in GitHub Desktop.
quick setup devel env

quick-setup-memo

quick setup devel env

venv usage

python3 -m venv [PATH]
source [PATH]/bin/activate.fish
pip install {LIB}
pip freeze
deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment