I am getting dreadful warnings about my version of python when I run pip.  So I asked about this with the developers of the script I use (xml2rfc).  I bit of version testing and:

$ pip --version
pip 19.0.3 from /usr/lib/python2.7/site-packages/pip (python 2.7)
$ pip2 --version
pip 19.0.3 from /usr/lib/python2.7/site-packages/pip (python 2.7)
$ pip3 --version
pip 19.0.3 from /usr/lib/python3.7/site-packages/pip (python 3.7)

and

$ ls -ls /usr/bin/pip*
 4 -rwxr-xr-x. 1 root root   408 Jul 17 04:23 /usr/bin/pip
 0 lrwxrwxrwx. 1 root root     9 Jul 17 04:23 /usr/bin/pip-2 -> ./pip-2.7
 4 -rwxr-xr-x. 1 root root   408 Jul 17 04:23 /usr/bin/pip2
 0 lrwxrwxrwx. 1 root root     8 Jul 17 04:23 /usr/bin/pip-2.7 -> ./pip2.7
 4 -rwxr-xr-x. 1 root root   408 Jul 17 04:23 /usr/bin/pip2.7
 0 lrwxrwxrwx. 1 root root     9 Jul 17 04:23 /usr/bin/pip-3 -> ./pip-3.7
 4 -rwxr-xr-x. 1 root root   408 Jul 17 04:23 /usr/bin/pip3
 0 lrwxrwxrwx. 1 root root     8 Jul 17 04:23 /usr/bin/pip-3.7 -> ./pip3.7
 4 -rwxr-xr-x. 1 root root   408 Jul 17 04:23 /usr/bin/pip3.7
24 -rwxr-xr-x. 1 root root 22816 Jun 19 10:44 /usr/bin/pipewire

so pip does not seem to be a symlink to pip2, but perhaps just a copy?

I suspect I will still be running F30 come Jan 2020 when Python 2.7 gets the axe:

DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.

Do I need to do anything, or will this be self-correcting come the new year?

thanks
_______________________________________________
users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to