1、首先检测正在使用的pip的方法:
which pip
2、检测一共有几个pip
where pip
3、找到某个路径的pip的版本
/bin/pip --version
4、使用绝对路径指定pip
/bin/pip install ***
1、首先检测正在使用的pip的方法:
which pip
2、检测一共有几个pip
where pip
3、找到某个路径的pip的版本
/bin/pip --version
4、使用绝对路径指定pip
/bin/pip install ***