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

6 lines
66 B
Markdown
Raw Permalink Normal View History

2022-02-09 01:07:49 +00:00
## Instalar pip para python2
```
python2 -m ensurepip --user
```