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

support for python 3 only #137

Merged
merged 1 commit into from
Oct 16, 2019
Merged

support for python 3 only #137

merged 1 commit into from
Oct 16, 2019

Conversation

tovmeod
Copy link
Contributor

@tovmeod tovmeod commented 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 #118

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 Author

tovmeod commented Aug 22, 2018

The installer works but running pythonz gives error, it still tries to use python
to make it work I also edited ~/.pythonz/bin/pythonz to

#!/usr/bin/env bash
python=/usr/bin/python3 python3 /home/avraham/.pythonz/scripts/pythonz_main.py "$@"

@saghul saghul merged commit d106eee into saghul:master Oct 16, 2019
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

Successfully merging this pull request may close these issues.

3 participants