Skip to content

Instantly share code, notes, and snippets.

@mauvehed
Last active September 16, 2022 14:57
Show Gist options
  • Save mauvehed/0b290d95425eff1539fb0b843a0becc1 to your computer and use it in GitHub Desktop.
Save mauvehed/0b290d95425eff1539fb0b843a0becc1 to your computer and use it in GitHub Desktop.
Python (3.6) Virtual Environment

python3.6 -m venv <venv_name>

source <venv_name>/bin/active

pip install -r <requirements.txt>

deactivate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment