在Windows上,各种Scripts文件夹之间的区别是什么?

时间:2017-08-03 17:52:46

标签: python windows python-2.7 python-3.x pip

在Windows的Windows安装上,以下是什么区别?

  • "PythonInstallFolder"\Scripts\
  • %APPDATA%\Python\Scripts\
  • %APPDATA%\Python\Python36\Scripts\

此外,是否应该都在我的道路上?

我安装了多个版本的python。

  • Python27 - > C:\Users\nahawk\Python\Python27\
  • Python36 - > C:\Users\nahawk\Python\Python36\

输出

C:\>where pip
C:\Users\nahawk\Python\Python27\Scripts\pip.exe
C:\Users\nahawk\Python\Python36\Scripts\pip.exe

C:\>where pip2
C:\Users\nahawk\Python\Python27\Scripts\pip2.exe

C:\>where pip3
C:\Users\nahawk\Python\Python36\Scripts\pip3.exe

C:\>where cookiecutter
C:\Users\nahawk\AppData\Roaming\Python\Scripts\cookiecutter.exe

C:\>where futurize
C:\Users\nahawk\AppData\Roaming\Python\Scripts\futurize.exe
C:\Users\nahawk\AppData\Roaming\Python\Python36\Scripts\futurize.exe

0 个答案:

没有答案