Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rafavg77/c501485e66607820f1e366378748bee9 to your computer and use it in GitHub Desktop.
Save rafavg77/c501485e66607820f1e366378748bee9 to your computer and use it in GitHub Desktop.
# Instalar pip3
sudo apt-get install python3-pip
# Instalar virtualenv
sudo apt install python3-virtualenv python3-venv
# Crear virtualenv
virtualenv venv
# Acceder al virtual env
source venv/bin/activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment