首页 > 代码库 > Centos 7 安装"Thefuck"详细步骤
Centos 7 安装"Thefuck"详细步骤
安装需求
python (2.7+ or 3.3+)
pip
python-devel
python的安装:
Centos7中,自带了Python,而且版本在2.7+,不再另外安装。
pip的安装:
#wget # tar -xzvf pip-9.0.1.tar.gz # cd pip-9.0.1 # python setup.py install
python-devel的安装:
#yum -y install python-devel.x86_64
准备环境做好后,开始安装“Thefuck”:
#pip install thefuck
下载完成后配置:
#vim ~/.bashrc
添加别名:
alias fuck=‘eval $(thefuck $(fc -ln -1)); history -r‘
====================================
大功告成。
[root@tuzi ~]# ssytemctl restart network
bash: ssytemctl: 未找到命令...
相似命令是: ‘systemctl‘
[root@tuzi ~]# fuck
systemctl restart network [enter/↑/↓/ctrl+c]
[root@tuzi ~]#
Fuck后会有多种结果,这时候需要按上下键进行选择。
本文出自 “兔子先生” 博客,请务必保留此出处http://12773668.blog.51cto.com/12763668/1925021
Centos 7 安装"Thefuck"详细步骤
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。