saghul / pythonz

Python installation manager supporting CPython, Stackless, PyPy and Jython
http://saghul.github.io/pythonz
MIT License
749 stars 69 forks source link

Can not install pythonz with only Python3 #118

Open y0405 opened 8 years ago

y0405 commented 8 years ago

If Python3 is installed and '/usr/bin/python' does not exist (=Python2 is not installed), pythonz install script can not find python3. So, I can not install pythonz.

pythonz requires Python 2.6, 2.7 or higher

Adding 'command -v python3' or/and '/usr/bin/python3' to PYTHONS variable on pythonz-install script is one of the solution for this problem.

saghul commented 8 years ago

Hey, thanks for looking into it! Mind sending a patch?

tovmeod commented 6 years ago

https://github.com/saghul/pythonz/pull/137