Skip to content

Instantly share code, notes, and snippets.

@kevinmmartins
Last active March 10, 2021 16:02
Show Gist options
  • Save kevinmmartins/50110b6c3f6747ea7bcb75d897e939b2 to your computer and use it in GitHub Desktop.
Save kevinmmartins/50110b6c3f6747ea7bcb75d897e939b2 to your computer and use it in GitHub Desktop.
Python virtualenv
virtualenv -p /usr/bin/python3.6 venv ou python3 -m venv ./venv
source venv/bin/activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment