您的位置:首页 > 其它

Install pip and virtualenv for Ubuntu 10.10 Maverick and newer

2014-04-01 00:17 706 查看

Install pip and virtualenv for Ubuntu 10.10 Maverick and newer

$ sudo apt-get install python-pip python-dev build-essential
$ sudo pip install --upgrade pip
$ sudo pip install --upgrade virtualenv

For older versions of Ubuntu

Install Easy Install
$ sudo apt-get install python-setuptools python-dev build-essential


Install pip
$ sudo easy_install pip


Install virtualenv
$ sudo pip install --upgrade virtualenv
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: