Added GOPATH
This commit is contained in:
parent
ddbb2ffef9
commit
60cf97bb09
|
@ -143,6 +143,9 @@ export FrameworkPathOverride=/lib/mono/4.5
|
||||||
# Local python installation
|
# Local python installation
|
||||||
export PATH=$HOME/.local/bin:$PATH
|
export PATH=$HOME/.local/bin:$PATH
|
||||||
|
|
||||||
|
# GO
|
||||||
|
export GOPATH=/tmp/go
|
||||||
|
|
||||||
# >>> mamba initialize >>>
|
# >>> mamba initialize >>>
|
||||||
# !! Contents within this block are managed by 'mamba init' !!
|
# !! Contents within this block are managed by 'mamba init' !!
|
||||||
export MAMBA_EXE="/usr/bin/micromamba";
|
export MAMBA_EXE="/usr/bin/micromamba";
|
||||||
|
|
Loading…
Reference in New Issue