How do you uninstall a python package that was installed using distutils?

前端 未结 12 2436
我在风中等你
我在风中等你 2020-11-30 00:36

Can you simply delete the directory from your python installation, or are there any lingering files that you must delete?

12条回答
  •  遥遥无期
    2020-11-30 00:56

    For Windows 7,

    Control Panel --> Programs --> Uninstall

    , then

    choose the python package to remove.

提交回复
热议问题