Ubuntu 安装 setuptools

Posted 震撼起飞

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu 安装 setuptools相关的知识,希望对你有一定的参考价值。

Setuptools的官方页面

Easily download, build, install, upgrade, and uninstall Python packages

它是一个对python的包进行安装,升级,卸载的模块(包)

python2.x:

  wget https://bootstrap.pypa.io/ez_setup.py -O - | sudo python

python3.x

wget https://bootstrap.pypa.io/ez_setup.py -O - | sudo python3.4

若是你在没有安装该模块的前提下,安装别的包,会出错提示:

ImportError: No module named setuptools


以上是关于Ubuntu 安装 setuptools的主要内容,如果未能解决你的问题,请参考以下文章

如何配置ubuntu python

linux环境下的python安装过程(含setuptools)

ubuntu ImportError: No module named setuptools 一句命令解决方案

安装TA-Lib时报错:ubuntu****, Command "/usr/bin/python -u -c "import setuptools, tokenize;__file

续:纠正:ubuntu7.04可以安装,而且完美的安装 ! for《Oracle-10.2.0.1,打补丁10.2.0.5:在 debian 版本4不含4以上,及 ubuntu 7.04不含(代码片段

Ubuntu 14.04 更新 setuptools 至 19.2 版本