-
Notifications
You must be signed in to change notification settings - Fork 454
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
base: master
Are you sure you want to change the base?
Conversation
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.
The 3 python installs are all of PYTHON2, u don't need to install python3 and (python3-)pip. |
BTW I wonder how to get the PRO mark under your avatar? |
Python-pip relies on Python (3).
Im using github Student Pack. |
@koumaza It is so weird that ArchLinx doesn't pack pip into python2-pip and python3-pip. |
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.15...4.17.19) Signed-off-by: dependabot[bot] <[email protected]>
…ot/lodash-4.17.19 Bump lodash from 4.17.15 to 4.17.19 in /telegram_bot
If you don't explicitly set python2, pip may run on Python3.
Also, archlinux python-pip is configured for Python3.