首页 >

Pythonmac上的Pythonlauncher怎么用 – python – 前端,python registry

python列表的切片,python 的优缺点,python pulp详解,python菜鸟教程入口,有趣python数据结构,Uswgi python,pymatch python,python turtle 位置,python csv存储,python usb监听,python registryPythonmac上的Pythonlauncher怎么用 - python - 前端,python registry

Python launcher只能做替身,用替代办法来使用。

用法如下:

1、如果你有一个Python文件叫 hello.py,那么你可以这样用Python2运行它:py -2 hello.py,类似的,如果你想用Python3运行它:py -3 hello.py。

2、每次运行都要加入参数-2/-3还是比较麻烦,所以py.exe这个启动器允许你在代码中加入说明,表明这个文件应该是由python2解释运行,还是由python3解释运行。说明的方法是在代码文件的最开始加入一行:#! python2。

3、当Python2和Python3同时存在于windows上时,它们对应的pip都叫pip.exe,所以不能够直接使用 pip install 命令来安装软件包。而是要使用启动器py.exe来指定pip的版本。命令如下:py -2 -m pip install XXXX。

4、#! python2 需要放在第一行,编码说明可以放在第二行。所以文件开头应该类似于。


Pythonmac上的Pythonlauncher怎么用 - python - 前端,python registry
  • Python的安装方法 - python - 前端,python html 转码
  • Python的安装方法 - python - 前端,python html 转码 | Python的安装方法 - python - 前端,python html 转码 ...

    Pythonmac上的Pythonlauncher怎么用 - python - 前端,python registry
  • str类型是什么 - python - 前端,python实用大全 下载
  • str类型是什么 - python - 前端,python实用大全 下载 | str类型是什么 - python - 前端,python实用大全 下载 ...

    Pythonmac上的Pythonlauncher怎么用 - python - 前端,python registry
  • python中sorted怎么反序排列 - python - 前端,比较浮点数python
  • python中sorted怎么反序排列 - python - 前端,比较浮点数python | python中sorted怎么反序排列 - python - 前端,比较浮点数python ...