Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not install pythonz with only Python3 #118

Open
y0405 opened this issue Jul 28, 2016 · 2 comments
Open

Can not install pythonz with only Python3 #118

y0405 opened this issue Jul 28, 2016 · 2 comments

Comments

@y0405
Copy link

y0405 commented Jul 28, 2016

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
Copy link
Owner

saghul commented Jul 28, 2016

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

tovmeod added a commit to tovmeod/pythonz that referenced this issue Aug 22, 2018
Ubuntu comes without python 2 but /usr/bin/python doesn't exist, only /usr/bin/python3
Adding /usr/bin/python to the list see saghul#118
@tovmeod
Copy link
Contributor

tovmeod commented Aug 22, 2018

#137

saghul pushed a commit that referenced this issue Oct 16, 2019
Ubuntu comes without python 2 but /usr/bin/python doesn't exist, only /usr/bin/python3
Adding /usr/bin/python to the list see #118
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants