ubuntu学习
:~$ pip3
-V
WARNING
: pip is being invoked by an old script wrapper
. This will fail in a future version of pip
.
Please see https
://github
.com
/pypa
/pip
/issues
/5599 for advice on fixing the underlying issue
.
To avoid
this problem you can invoke Python with
'-m pip' instead of running pip directly
.
pip
20.2.3 from
/home
/wxk
/.local
/lib
/python3
.5/site
-packages
/pip
(python
3.5)
使用pip3时加 python3 -m
:~$ python3
-m pip list
DEPRECATION
: Python
3.5 reached the end of its life on September
13th
, 2020. Please upgrade your Python as Python
3.5 is no longer maintained
. pip
21.0 will drop support
for Python
3.5 in January
2021. pip
21.0 will remove support
for this functionality
.