sh gopath没有设置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh gopath没有设置相关的知识,希望对你有一定的参考价值。

apt install golang-go

Just add the following lines to ~/.bashrc and this will persist. However, you can use other paths you like as GOPATH instead of $HOME/go in my sample.
export GOPATH=$HOME/go

export PATH=$PATH:$GOROOT/bin:$GOPATH/bin

go get github.com/shadowsocks/shadowsocks-go/cmd/shadowsocks-server

以上是关于sh gopath没有设置的主要内容,如果未能解决你的问题,请参考以下文章

bash 脚本设置 GOPATH

sh 使用HomeBrew在Mac OSX中设置Golang。在zshell,fish或bash中设置`GOPATH`和`GOROOT`变量。

sh 使用HomeBrew在Mac OSX中设置Golang 1.5。在zshell或bash中设置`GOPATH`和`GOROOT`变量。

sh 使用HomeBrew在Mac OSX中设置Golang 1.5。在zshell或bash中设置`GOPATH`和`GOROOT`变量。

从项目Makefile中检测GOPATH

golang 的GOPATH设置的问题