You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip version: pip 18.1 from /data/data/com.termux/files/usr/lib/python2.7/site-packages/pip (python 2.7) (pip3.7 --version is `pip 19.0.2 from /data/data/com.termux/files/usr/lib/python3.7/site-packages/pip (python 3.7)
pip-tools version: pip-compile, version 3.3.2
Steps to replicate
Get Termux
Run pkg up && pkg install python python2
Install pip on Python 3 (get-pip.py)
Install pip on Python 2 (get-pip.py)
Install piptools on Python 3
Use pip-sync with a requirements.txt file and watch it installing to Python 2
Expected result
Installs into Python 3 if ran on Python 3 and to Python 2 if ran on Python2
Actual result
Installs to whichever Python version pip script on PATH is from
Extra information
If using Python 2 and 3 together, an extra pip-compile and pip-sync script per Python major and per Python minor version to be able to select Python version to run piptools on would be very useful.
The text was updated successfully, but these errors were encountered:
Describe the issue briefly here.
Environment Versions
pip 18.1 from /data/data/com.termux/files/usr/lib/python2.7/site-packages/pip (python 2.7)
(pip3.7 --version is `pip 19.0.2 from /data/data/com.termux/files/usr/lib/python3.7/site-packages/pip (python 3.7)pip-compile, version 3.3.2
Steps to replicate
pkg up && pkg install python python2
pip-sync
with a requirements.txt file and watch it installing to Python 2Expected result
Installs into Python 3 if ran on Python 3 and to Python 2 if ran on Python2
Actual result
Installs to whichever Python version
pip
script onPATH
is fromExtra information
If using Python 2 and 3 together, an extra
pip-compile
andpip-sync
script per Python major and per Python minor version to be able to select Python version to run piptools on would be very useful.The text was updated successfully, but these errors were encountered: