x.x为Python的版本号
删除/usr/local/bin目录下的Python连接
你好,上面这段话我不太懂,要删除哪些文件呢?
关于第三点,大家可以参考 http://stackoverflow.com/questions/22774529/what-is-the-safest-way-to-removing-python-framework-files-that-are-located-in-di
我是新手,这个折腾了半天,希望对看到这个帖子得人有帮助。
第三点, 删除/usr/local/bin目录下的Python连接 ls -l /usr/local/bin | grep ‘/Library/Frameworks/Python.framework/Versions/x.x’ | awk ‘{print $9}’ | tr -d @ | xargs rm
删除前后可使用命令查看: ls -l /usr/local/bin | grep ‘/Library/Frameworks/Python.framework/Versions/x.x’
Pingback: brew 不可用,重新安装
电子邮件地址不会被公开。 必填项已用 * 标注
姓名 *
电子邮件 *
站点
评论
您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
删除/usr/local/bin目录下的Python连接
你好,上面这段话我不太懂,要删除哪些文件呢?
关于第三点,大家可以参考
http://stackoverflow.com/questions/22774529/what-is-the-safest-way-to-removing-python-framework-files-that-are-located-in-di
我是新手,这个折腾了半天,希望对看到这个帖子得人有帮助。
第三点, 删除/usr/local/bin目录下的Python连接
ls -l /usr/local/bin | grep ‘/Library/Frameworks/Python.framework/Versions/x.x’ | awk ‘{print $9}’ | tr -d @ | xargs rm
删除前后可使用命令查看:
ls -l /usr/local/bin | grep ‘/Library/Frameworks/Python.framework/Versions/x.x’
Pingback: brew 不可用,重新安装