[日常] linux设置环境变量

比如首先在/etc/profile里面增加这几个环境变量

export PATH=$PATH:/mnt/f/ubuntu/goProject/go/bin
export GOROOT=/mnt/f/ubuntu/goProject/go
export GOPATH=/mnt/f/ubuntu/goProject

然后要在~/.bashrc里面增加下面这个,每次打开就会自动source

source /etc/profile

上一篇:linux环境变量设置 以及 source命令 Linux 之 /etc/profile、~/.bash_profile 等几个文件的执行过程 Linux 设置环境变量


下一篇:python 格式化 json输出