为了跑memcache,安装了一个ubuntu server版,纯命令行下安装django、ipython等不在apt-get里的软件很不爽,一直是在用 elinks 这个命令行浏览器去下载。不多废话。下面是简单的路子:
1、wget -q http://peak.telecommunity.com/dist/ez_setup.py
python ez_setup.py
这就把setuptools装上了
2、easy_install ipython
easy_install django
等等…… 就随你喜欢了
wget是个很有用的工具,以前居然没有听说过~~!汗~
1、wget -q http://peak.telecommunity.com/dist/ez_setup.py
python ez_setup.py
这就把setuptools装上了
2、easy_install ipython
easy_install django
等等…… 就随你喜欢了
wget是个很有用的工具,以前居然没有听说过~~!汗~
本文介绍了一种在Ubuntu Server环境下通过命令行安装Python相关工具的方法,包括使用wget获取文件及利用ez_setup.py安装setuptools的过程。
29万+

被折叠的 条评论
为什么被折叠?



