安装theos到/opt/theos

2020-04-28  本文已影响0人  XLsn0w

安装Thoes

之前我们把Theos安装在/opt/theos,现在我们还是安装在这个文件夹。

sudo git clone --recursive https://github.com/theos/theos.git /opt/theos

然后把/opt/theos的权限改成你自己:

sudo chown $(id -u):$(id -g) /opt/theos

最后这一步也很重要,要把theos的执行路径加入到环境变量之中,在~./bash_profile中加上这么两句:

export THEOS=/opt/theos

export PATH=/opt/theos/bin/:$PATH

最终~./bash_profile会长这样:

截屏2020-04-28 上午9.16.29.png
上一篇下一篇

猜你喜欢

热点阅读