search

Home  >  Q&A  >  body text

python3.x - 我把3.6的卸载了,也重启了,但是在cmd用python -V指令查看版本时,还是提示下图的python3.6

我电脑装了2个python,一个2.7,一个3.6,我把3.6的卸载了,也重启了,但是在cmd用python -V指令查看版本时,还是提示下图的python3.6

阿神阿神2785 days ago782

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-04-18 10:30:25

    Open the environment variables of Windows, and you can see inside that one of the environment variables points to anaconda


    or execute pip --version

    will return something similar pip 9.0.1 from C:UsersXXXXXAnaconda3libsite-packages (python 3.6)

    C:UsersXXXXXAnaconda3 就是所在目录,目录下有个 Uninstall-Anaconda.exe, execute it to uninstall

    Of course you can also delete this directory manually


    A better way

    reply
    0
  • Cancelreply