Good evening friends, I am trying to install PIP on the server in a general way so that one of my users can use the pip command, as I use @CloudLinux Skhristich the installation command is:
yum install alt-python27-pip
after done I launch the command pip -V
root @ server [~] # pip -V
bash: pip: command not found
I try to reinstall thinking that there is some error:
root @ server [~] # yum install alt-python27-pip
Loaded plugins: fastestmirror, rhnplugin, universal-hooks
This system is receiving updates from CLN.
Loading mirror speeds from cached hostfile
* EA4: 74.50.120.123
* cpanel-addons-production-feed: 74.50.120.123
* cpanel-plugins: 74.50.120.123
* cloudlinux-base: repo.cloudlinux.com
* cloudlinux-updates: repo.cloudlinux.com
* cloudlinux-x86_64-server-7: us-east.cl-mirror.net
Package alt-python27-pip-20.2.4-1.el7.noarch already installed and latest version
Nothing to do
Can someone help me to know where my error is or how can I execute pip?
yum install alt-python27-pip
after done I launch the command pip -V
root @ server [~] # pip -V
bash: pip: command not found
I try to reinstall thinking that there is some error:
root @ server [~] # yum install alt-python27-pip
Loaded plugins: fastestmirror, rhnplugin, universal-hooks
This system is receiving updates from CLN.
Loading mirror speeds from cached hostfile
* EA4: 74.50.120.123
* cpanel-addons-production-feed: 74.50.120.123
* cpanel-plugins: 74.50.120.123
* cloudlinux-base: repo.cloudlinux.com
* cloudlinux-updates: repo.cloudlinux.com
* cloudlinux-x86_64-server-7: us-east.cl-mirror.net
Package alt-python27-pip-20.2.4-1.el7.noarch already installed and latest version
Nothing to do
Can someone help me to know where my error is or how can I execute pip?