This repository has been archived on 2024-02-11. You can view files and clone it, but cannot push or open issues or pull requests.
sitio/Python.md
2022-02-08 22:07:49 -03:00

6 lines
66 B
Markdown

## Instalar pip para python2
```
python2 -m ensurepip --user
```