I've installed python27 on my CentOS 6.6 system using this command:
% yum install python27
The install went successfully but I cannot find the python27 executable. It is not in the following places:
/bin
/usr/bin
/usr/local/bin
Running the yum
command again tells me that there is nothing to do.
[ray@localhost bin]$ sudo yum install python27
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* base: mirrors.mit.edu
* extras: mirrors.lga7.us.voxel.net
* rpmforge: apt.sw.be
* rpmforge-extras: apt.sw.be
* updates: centos-distro.1gservers.com
Setting up Install Process
Package python27-1.1-25.el6.x86_64 already installed and latest version
Nothing to do
[ray@localhost bin]$
Where could python27 be?
I see no evidence that it is actually installed other than the message saying that it has been installed. Is there a step I'm missing to get it into /usr/bin?