Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to change gopath

export GOPATH=$HOME/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
Comment

change gopath

$ export GOPATH=$(go env GOPATH)
Comment

add GOPATH/bin to your PATH, ot ubnutu

export GOPATH=$HOME/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
Comment

PREVIOUS NEXT
Code Example
Shell :: download clamav via terminal 
Shell :: config php.ini for magento@ 
Shell :: bat restart printer spooler 
Shell :: how to clear background jobs 
Shell :: Help manual in linux 
Shell :: bash multiline comment 
Shell :: bash sum float numbers 
Shell :: git set up 
Shell :: default gatsby typescript started 
Shell :: Install Deno - Homebrew (Mac) 
Shell :: check file path linux 
Shell :: run crontab on mac 
Shell :: pacman corrupted package 
Shell :: restart fstab ununtu 
Shell :: ping redis server 
Shell :: osx add user to group 
Shell :: how to install velero on ubuntu 
Shell :: how to clone a branch github 
Shell :: linux list files in directory 
Shell :: c# dotnet install Microsoft.Office.Interop.Excel 
Shell :: boucle bash 
Shell :: Install SSSM Agent on Amazon Linux 2 
Shell :: powershell pip install module 
Shell :: change the keyboard language in i3wm 
Shell :: du command 
Shell :: vscode extension generate vsix 
Shell :: Please ensure that the SDK and/or project is installed in a location that has read/write permissions for the current user 
Shell :: remove branch local git 
Shell :: rm directory linux 
Shell :: run bat file 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =