It sounds like .bashrc
was not terminated by a newline before you ran those commands. Look at the end of the file in a text editor and make sure that GOPATH=/home/chawat/Programming/GoWorkspace
starts on a line of its own.
无法在基本操作系统中设置GOPATH
Input :
echo "GOPATH=/home/chawat/Programming/GoWorkspace" >> ~/.bashrc
echo "export GOPATH" >> ~/.bashrc
echo "PATH=\$PATH:\$GOPATH/bin" >> ~/.bashrc
source ~/.bashrc
Output:
bash: /home/chawat/.bashrc: line 171: syntax error near unexpected token `newline'
bash: /home/chawat/.bashrc: line 171: `esacGOPATH=/home/chawat/Programming/GoWorkspace'
plz help me whats wrong?
- 点赞
- 写回答
- 关注问题
- 收藏
- 复制链接分享
- 邀请回答
1条回答
为你推荐
- 无法在基本操作系统中设置GOPATH
- bash
- elementary
- 1个回答