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
- C#
- 컨테이너
- 핑거스타일
- 채보
- pandas
- label
- C++
- pytorch
- paramiko
- windows forms
- 프로그래머스
- ubuntu
- SSH
- VS Code
- C
- Python
- nvidia-smi
- mysql
- Selenium
- 오류
- Linux
- Visual Studio
- JSON
- OpenCV
- YOLO
- 기타 연주
- pip
- error
- Docker
- Numpy
Archives
- Today
- Total
기계는 거짓말하지 않는다
Linux bashrc 수정 오류 본문
The command could not be located because '/bin' is not included in the PATH environment variable.
bashrc 수정 후 source 적용하고 나면 위와 같은 오류를 보는 경우가 있다.
PATH 환경변수를 임시로 아래와 같이 적용한다.
export PATH=/usr/bin:/bin
'Linux' 카테고리의 다른 글
Linux cuDNN 버전 확인 (0) | 2022.07.01 |
---|---|
CMake Error: Could not find CMAKE_ROOT (0) | 2022.06.23 |
Linux error: openssl (0) | 2022.06.17 |
Linux 폰트 확인 명령어 (0) | 2022.06.10 |
Linux SSH Root Login (0) | 2022.06.03 |
Comments