I'm installing ActivePython 2.5.2.2 in my home directory on a Solaris 10 machine. I used gunzip to unzip and gtar to untar the tar.gz in my home directory. When running install.sh I get an error.
[user@server:~] $ cd ActivePython-2.5.2.2-solaris10-x86
[user@server:~/ActivePython-2.5.2.2-solaris10-x86] $ ./install.sh
./install.sh: ./INSTALLDIR/bin/python: cannot execute
[user@server:~/ActivePython-2.5.2.2-solaris10-x86] $
This is what is in the server's opt directory - would python already be installed here?
SUNWits SUNWrtvc
SUNWmlib SUNWvts
I'm not the admin and need to be able to add modules which is why I wanted to have my own version in my home directory, even if it was already installed.
TIA