. Advertisement .
..3..
. Advertisement .
..4..
How to Install Pip Curl? I’m on python, is there a quick way to do it? Thanks in advance!
Here are steps:
1. Download the pip installer with curl
curl -sSL https://bootstrap.pypa.io/get-pip.py -o get-pip.py
2. Execute the pip installer
python get-pip.py
Hope it works for you
I’ve seen this on another forum and this is what help to resolve the problem