2016年7月26日

mac os 安装PIP 及异常“”Can't install python module: PyCharm Error: “byte-compiling is disabled, skipping”“”的解决方案

摘要: For all who have the same problem, it took me a while to find the solution in a new installation of PyCharm 5. The problem is you have to change the d 阅读全文

posted @ 2016-07-26 15:40 范兵 阅读(710) 评论(0) 推荐(0) 编辑

mac os 安装 python 环境

摘要: 1.我们先获取pip安装脚本: 如果没有安装wget可以去这里将所有内容复制下来,新建get-pip.py文件,将内容拷进去就OK了. 2.安装pip 用python执行刚才获取的脚本,这里sudo可以选择使用,若遇到类似这个报错则必须加sudo: 安装成功后可以在终端中键入pip来检测,如果不行重 阅读全文

posted @ 2016-07-26 15:28 范兵 阅读(859) 评论(0) 推荐(0) 编辑

mac os 安装 wget

摘要: 1. brew安装: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 2. wget安装: brew install wget ruby -e "$(curl -fsS 阅读全文

posted @ 2016-07-26 15:25 范兵 阅读(160) 评论(0) 推荐(0) 编辑

导航