When I try

/bin/sh setuptools-0.6c11-py2.7.egg

it says python 2.7 not found, my python is in

/opt/python27/bin/python
link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

do a PATH=$PATH:/opt/python27/bin

and then try and run the setup again.

You need python in your path.

make sure which python pounts to the one in /opt/python27/bin.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.