CentOS7使用过程中遇到的坑
查看版本
1
2
3
4
5
6
7
8
9
|
$ uname -a
# Linux host.localdomain 4.17.5-1.el7.elrepo.x86_64 \
#1 SMP Sun Jul 8 10:40:01 EDT 2018 x86_64 x86_64 x86_64 GNU/Linux
$ cat /etc/redhat-release
# CentOS Linux release 7.5.1804 (Core)
$ rpm -q centos-release
# centos-release-7-5.1804.el7.centos.2.x86_64
|
添加环境变量
添加路径
1
2
3
|
# 编辑~/.bash_profile或~/.bashrc文件
# 加入如下内容
export PATH=<your path 1>:<your path 2>:$PATH |
立即生效
1
|
$ source ~/.bashrc (or ~/.bash_profile)
|
Shell提示符高亮
找不到Shasum
1
|
$ sudo yum install -y perl-Digest-SHA
|
文章作者
longyue0521
上次更新
2019-01-03
许可协议
"署名-非商业性使用-相同方式共享 4.0 国际" 转载请保留作者及原文链接