pip 安装特定版本的 Python 包
December 11, 2013 @ 01:38 PM
要用 pip
安装特定版本的 Python 包,只需通过 ==
操作符
指定,例如:
pip install -v pycrypto==2.3
将安装 pycrypto 2.3 版本。
Related Posts
- 将 Python 文档打包成 ePub 格式 » June 16, 2014
- Debian Jessie 切换 systemd » June 13, 2014
- 使用 Pure-FTPd 架设 FTP 服务 » May 9, 2014