在Windows上,各种脚本文件夹有什么区别?

在Python的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