get-pip.py
please use this command to download the get-pip.py
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py |
if Error
If certificate is not yet valid error is happen,
admin@axcf2152:/opt/plcnext/installfiles$ curl: (60) SSL certificate problem: certificate is not yet valid |
Please follow this post to solve it:
Result
Done!
Install pip
Use this command to install pip.
python3 get-pip.py |
Done!
if Error
If Command not found error is happened:
admin@axcf2152:/opt/plcnext/installfiles$ pip -V -sh: pip: command not found |
Use this command to configure the alias.
alias pip=’/opt/plcnext/.local/bin/pip’ |
Done!