This commit is contained in:
Cat /dev/Nulo 2022-02-08 22:07:49 -03:00
parent 994a6da3f1
commit d518ad650a
1 changed files with 5 additions and 0 deletions

5
Python.md Normal file
View File

@ -0,0 +1,5 @@
## Instalar pip para python2
```
python2 -m ensurepip --user
```