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

Installation script selects for Python3's pip instead of Python2's pip2 #19

Open
Mikerah opened this issue Nov 9, 2019 · 0 comments
Open

Comments

@Mikerah
Copy link

Mikerah commented Nov 9, 2019

I have both Python 2 and Python 3 installed on my Fedora 27 installation. However, by default it seems like the install script runs with the python3 command instead of the python2 command.

In the install.sh script, on line 59, it checks if pip is installed on the system. However, since I have both version of python installed, by default, pip refers to the Python 3 installation whereas pip2 refers to the Python2 installation. I commented out that line. However, that shouldn't be a fix for the users of this script.

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

1 participant