Skip to content

Instantly share code, notes, and snippets.

@hebertcisco
Created October 19, 2020 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hebertcisco/2581d226a5a12e3ee6fe133de346b391 to your computer and use it in GitHub Desktop.
Save hebertcisco/2581d226a5a12e3ee6fe133de346b391 to your computer and use it in GitHub Desktop.
Install pip with Python 3
wget -c https://bootstrap.pypa.io/get-pip.py
python get-pip.py
@hebertcisco
Copy link
Author

Welcome to PIP Installer For Unix 👋

Version License: MIT Twitter: hebertcisco

Swift Installation Automation on Ubuntu

Install

Get root permission:

su
curl -fsSL http://bit.ly/pip-install-sh | sh

Author

👤 Hebert F Barros

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 Hebert F Barros.

This project is MIT licensed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment