• 技术文章 >常见问题 >Python常见问题

    怎么卸载python3.4.1

    silencementsilencement2019-10-17 14:34:42原创2274

    本文主要讲解python3.4的卸载方法,有需要的小伙伴可参考。

    1、卸载python3.4

    sudo apt-get remove python3.4

    2、卸载python3.4及其依赖

    sudo apt-get remove --auto-remove python3.4

    3、清除python3.4

    sudo apt-get purge python3.4
    or
    sudo apt-get purge --auto-remove python3.4

    更多学习内容,请点击Python学习网

    专题推荐:卸载
    上一篇:python怎样打开idle 下一篇:cmd怎么执行python

    相关文章推荐

    • linux如何卸载python3.5• 如何卸载python库• Python卸载了怎么重装

    全部评论我要评论

    © 2021 Python学习网 苏ICP备2021003149号-1

  • 取消发布评论
  • 

    Python学习网