python相关

  • 查看是否安装python
    python #同时安装2&3会进入2的编译界面
    python3 #若安装了3,此时或进入3的编译界面
  • 查看安装路径
    which python3 #返回python3安装路径
    2020-01-03 12:12:14
  • 遇到了问题
    我的mac上同时安装了2.7.6和3.7.3,在终端下执行idle时,发生了一些奇怪的事情,如下:
    ** 执行idle时,可以正常打开python自带的idle,版本号是2.7.6没问题,但是执行idle3时。。。
    Aton:bin hkhk_hero$ idle3 -bash: idle3: command not found