美文网首页
centos 系统初始化

centos 系统初始化

作者: cdz620 | 来源:发表于2020-06-15 11:42 被阅读0次

cmd

yum install -y git zsh 
wget https://www.python.org/ftp/python/3.8.3/Python-3.8.3.tgz
yum install -y openssl-devel bzip2-devel libffi-devel zsh mysql mysql-devel 
./configure --enable-optimizations
make altinstall

安装nodejs: curl -sL https://rpm.nodesource.com/setup_14.x | bash -
yum install -y nodejs

安装:autojump: git clone git://github.com/joelthelion/autojump.git && cd autojump && python3 install.py
复制 内容到~/.zshrc

ref

相关文章

网友评论

      本文标题:centos 系统初始化

      本文链接:https://www.haomeiwen.com/subject/obycxktx.html