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

Update setup.sh: Python2-pip is a required package for archlinux #135

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

koumaza
Copy link
Contributor

@koumaza koumaza commented May 17, 2020

If you don't explicitly set python2, pip may run on Python3.
Also, archlinux python-pip is configured for Python3.

pip to python2 -m pip and add archlinux python2-pip

pip to python2 -m pip and add archlinux python2-pip
Pacman only keeps the latest packages, so it may not be possible to complete this task without updating the DB.
@linuxbckp
Copy link

If you don't explicitly set python2, pip may run on Python3.
Also, archlinux python-pip is configured for Python3.

pip to python2 -m pip and add archlinux python2-pip

The 3 python installs are all of PYTHON2, u don't need to install python3 and (python3-)pip.

@linuxbckp
Copy link

If you don't explicitly set python2, pip may run on Python3.
Also, archlinux python-pip is configured for Python3.

pip to python2 -m pip and add archlinux python2-pip

BTW I wonder how to get the PRO mark under your avatar?

@koumaza
Copy link
Contributor Author

koumaza commented May 17, 2020

The 3 python installs are all of PYTHON2, u don't need to install python3 and (python3-)pip.

Python-pip relies on Python (3).
This considered the possibility that you intended to install Python-pip and install Python (3).
I also didn't know if this repository would work in Python 3.

BTW I wonder how to get the PRO mark under your avatar?

Im using github Student Pack.
See https://education.github.com/pack
Students can get the GitHub Student Developer Pack.
In addition to the Github Pro plan, additional features are available for free in a variety of tools. (E.g. Unity Pro)

@linuxbckp
Copy link

@koumaza It is so weird that ArchLinx doesn't pack pip into python2-pip and python3-pip.

@koumaza koumaza changed the title Update setup.sh Update setup.sh: Python2-pip is a required package for archlinux Jun 9, 2020
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.

2 participants