我如何删除setuptools安装的软件包

时间:2020-07-14 04:11:29

标签: setuptools

使用命令pip uninstall xxx

无效

1个首次安装

python3.6 setup.py install

2通过pip卸载

$ pip3.6 uninstall pymc
Uninstalling pymc-0.0.1:
  Would remove:
    /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pymc-0.0.1-py3.6.egg
Proceed (y/n)? y
  Successfully uninstalled pymc-0.0.1
$ python3.6
^[[3~Python 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 05:52:31) 
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pymc
1

[在此处输入图片描述] [1] [在此处输入图片描述] [2] [1]:https://i.stack.imgur.com/z2YYw.png [2]:https://i.stack.imgur.com/vrFwn.png

0 个答案:

没有答案
相关问题