linux python工具pip和 easy_install的安装

简介: (1)  easy_install:yum install python-setuptools 使用 命令: 安装:easy_install pyspider 删除:easy_install -m  pyspider 升级:easy_install  --upgrade pyspider (2)  pip : yum install python-pip 使用命令:   安装

(1)  easy_install:yum install python-setuptools

使用 命令:

安装:easy_install pyspider

删除:easy_install -m  pyspider

升级:easy_install  --upgrade pyspider

(2)  pip : yum install python-pip

使用命令:  

安装:pip install pyspider

查看:pip show pyspider

升级:pip install --upgrade

删除 :pip  uninstall pyspider

目录
相关文章
|
8天前
|
缓存 Linux 测试技术
安装【银河麒麟V10】linux系统--并挂载镜像
安装【银河麒麟V10】linux系统--并挂载镜像
57 0
|
8天前
|
Linux C语言
linux yum安装ffmpeg 图文详解
linux yum安装ffmpeg 图文详解
27 0
|
8天前
|
NoSQL Linux Redis
linux 下和win下安装redis 并添加开机自启 图文详解
linux 下和win下安装redis 并添加开机自启 图文详解
15 0
|
8天前
|
Linux
linux yum 安装rar和unrar
linux yum 安装rar和unrar
33 0
|
1天前
|
关系型数据库 MySQL Linux
Linux联网安装MySQL Server
Linux联网安装MySQL Server
8 0
|
15天前
|
人工智能 Ubuntu 机器人
【ubuntu】 Linux(ubuntu)创建python的虚拟环境
【ubuntu】 Linux(ubuntu)创建python的虚拟环境
|
16天前
|
Ubuntu Unix Linux
【Linux/Ubuntu】Linux/Ubuntu运行python脚本
【Linux/Ubuntu】Linux/Ubuntu运行python脚本
|
16天前
|
Ubuntu Linux 虚拟化
【Linux】ubuntu安装samba服务器
【Linux】ubuntu安装samba服务器
|
12月前
|
Python Windows
python怎么安装第三方库,python国内镜像源,终于找到最全的安装教程啦;如Requests,Scrapy,NumPy,matplotlib,Pygame,Pyglet,Tkinter
python怎么安装第三方库,python国内镜像源,终于找到最全的安装教程啦;如Requests,Scrapy,NumPy,matplotlib,Pygame,Pyglet,Tkinter
756 0
|
Shell Python
python安装pygame------我的是python3.8.1,电脑64位机
python安装pygame------我的是python3.8.1,电脑64位机
python安装pygame------我的是python3.8.1,电脑64位机