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 |
Tags
- Linux
- C++
- Selenium
- YOLO
- Numpy
- VS Code
- C#
- SSH
- 프로그래머스
- Docker
- 핑거스타일
- JSON
- 기타 연주
- Visual Studio
- nvidia-smi
- pip
- windows forms
- paramiko
- OpenCV
- C
- label
- error
- ubuntu
- 오류
- Python
- pandas
- 채보
- pytorch
- 컨테이너
- mysql
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