failed to import extension configexpress: No module named configexpress in mercurial

[root@fendou dddd]# hg pull -u
*** failed to import extension configexpress: No module named configexpress
pulling from ssh://hg@135.252.100.100/ouou/test
searching for changes
no changes found
remote: this server recommends using the ‘configexpress’ extension

=====================================

This extensions is available on Pypi. You can install it using:
pip install --user hg-configexpress

#Configuration
Configure your .hgrc to enable the extension by adding following lines:
[extensions]
configexpress =

=====================================

Linux安装pip命令

1、报错内容
#pip
-bash: pip: 未找到命令
或者
-bash: pip: command not found

2、解决办法
1)如果没有epel源下载阿里的epel源
#wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo

2)安装pip
#yum -y install python-pip

3、验证

#pip -V
pip 8.1.2 from /usr/lib/python2.7/site-packages (python 2.7)

#List installed packages, including editables.
#pip list

=====================================

#在使用python的时候,需要下载各种各样的库,于是就需要一个下载库的管理工具,所以就需要在我们的linux上下载pip帮助我们管理库
#curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

#注意:安装过程需要root权限
#python3 get-pip.py

#试试是否安装成功
#pip install paramiko

#测试新库能否使用
xxx@xxx-PC:~/Downloads/pip-1.5.5$ python3
Python 3.6.2 (default, Jul 17 2017, 13:39:29)
[GCC 6.4.0 20170704] on linux
Type “help”, “copyright”, “credits” or “license” for more information.
输入:import paramiko

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

网络飞鸥

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值