Centos 7 安装"Thefuck"详细步骤

前端之家收集整理的这篇文章主要介绍了Centos 7 安装"Thefuck"详细步骤前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

安装需求

  • python (2.7+ or 3.3+)

  • pip

  • python-devel

python的安装:

Centos7中,自带了Python,而且版本在2.7+,不再另外安装。

pip的安装:

#wget
#tar-xzvfpip-9.0.1.tar.gz
#cdpip-9.0.1
#pythonsetup.pyinstall

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后会有多种结果,这时候需要按上下键进行选择。

原文链接:https://www.f2er.com/centos/377599.html

猜你在找的CentOS相关文章