Created
January 22, 2021 06:03
-
-
Save rafavg77/c501485e66607820f1e366378748bee9 to your computer and use it in GitHub Desktop.
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
| # 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