pythonz icon indicating copy to clipboard operation
pythonz copied to clipboard

Can not install pythonz with only Python3

Open y0405 opened this issue 9 years ago • 2 comments

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.

y0405 avatar Jul 28 '16 01:07 y0405

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

saghul avatar Jul 28 '16 09:07 saghul

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

tovmeod avatar Aug 22 '18 08:08 tovmeod