I recently signed up on godaddy and have a user account on cpanel
I can successfully use ssh to login to my server
this is my operating system details when i use uname -a
Linux a2plcpnl0360.prod.iad2.secureserver.net 2.6.32-531.29.2.lve1.3.11.10.el6.x 86_64 #1 SMP Fri Jun 12 15:09:02 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux I am not a centos specialist (more of a debian user)
I am trying to install some python packages (such as mysql) using yum
this is my command line
yum install MySQL-python this is the error
-bash:yum command not found I tried using which yum but it returns nothing
Also I attempted to download the yum package manually and installed with rpm but rpm isn't installed...
Some help will be appreciated..