python如何升级pip python的pip在哪个目录?
python的pip在哪个目录?在python安装目录的scripts子目录中例如,如果您的python是C:program filespython 3.5那么pip是C:program filesp
python的pip在哪个目录?
在python安装目录的scripts子目录中
例如,如果您的python是C:program filespython 3.5
那么pip是C:program filespython 3.5scripts
pip,轻松安装随您而来。它通常位于python安装文件夹下的scripts文件夹中。这对于windows和Linux都是如此