随笔分类 -  python

CentOS 6.4安装pip,CentOS安装python包管理安装工具pip的方法
摘要:之前有的朋友问我,CentOS版本怎么安装python的pip,我之前给出的Ubuntu下apt-get的方法 ubuntu 需要先安装下pip吧, apt-get install python-pip 安装requests, pip install requests 但是有的朋友由于是centos 阅读全文

posted @ 2016-03-08 21:15 walter371 阅读(483) 评论(0) 推荐(0)

在 Mac OS X 10.9 搭建 Python3 科学计算环境
摘要:安装 Homebrew 使用 Homebrew 管理 Python 版本。在 Terminal/iTerm2 输入: $ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" 如果此前系统没有安装 Co 阅读全文

posted @ 2016-03-05 20:49 walter371 阅读(924) 评论(0) 推荐(0)

导航