Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 웹팩
- AWS
- CDN
- express
- 회고
- 정규표현식
- socket.io
- styled-component
- component
- typescript
- cicd
- 성능최적화
- graphql
- sequelize
- 반응형웹
- javascript animation
- Recoil
- npx
- docker
- 포트포워딩
- Redux
- react
- 웹크롤링
- scrapping
- Modal
- route
- go
Archives
- Today
- Total
프로그래밍 공부하기
Command 'go' not found, but can be installed with: 본문
Command 'go' not found, but can be installed with:
어제 go를 설치하고 코딩을 하다가 오늘 다시 go 파일을 실행하려니 위와 같이 go라는 명령을 찾을 수 없다는 오류가 발생하였다. 이럴 때 다음과 같은 과정으로 문제를 해결할 수 있었다.
1. 먼저 환경변수를 다시 지정해준다.
export PATH=$PATH:/usr/local/go/bin
2. 재지정된 환경변수를 바로 적용한다.
source $HOME/.profile
'ErrorLog' 카테고리의 다른 글
[PowerShell] UnauthorizedAccess (0) | 2021.05.14 |
---|---|
ELB 502 Error (3) | 2021.04.30 |
ELB 503 Error (0) | 2021.04.27 |
배포했는데 웹소켓이 안 됨 (0) | 2021.04.27 |
[VMware] Ubuntu 네트워크 아이콘이 사라졌을 때 (0) | 2021.04.20 |
Comments