Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

curl install pip

#First download the pip installer with curl
curl -sSL https://bootstrap.pypa.io/get-pip.py -o get-pip.py
#Then execute the pip installer
python get-pip.py
 
PREVIOUS NEXT
Tagged: #curl #install #pip
ADD COMMENT
Topic
Name
1+8 =