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
													
											
												
												- 다이어트
- javascript
- MS-SQL
- IOS
- 맛집
- tensorflow
- swift
- 리눅스
- flutter
- 날짜
- Linux
- PyQt5
- ASP
- MySQL
- port
- pandas
- GIT
- Excel
- Unity
- mssql
- 유니티
- sqlite
- 함수
- PyQt
- ubuntu
- PER
- node.js
- 라즈베리파이
- python
- urllib
													Archives
													
											
											
											
											아미(아름다운미소)
source ~/.bashrc 시 내용이 적용이 안될경우 본문
source ~/.bashrc 시 내용이 적용이 안될 경우
예를 들어, ~/.bash_profile 파일에 다음 줄을 추가할 수 있습니다:
if [ -f ~/.bashrc ]; then
    source ~/.bashrc
fi이렇게 설정하면 로그인할 때마다 .bashrc가 자동으로 적용됩니다.
'서버 > 리눅스' 카테고리의 다른 글
| /var/run/docker.sock의 permission denied 발생 (0) | 2025.02.05 | 
|---|---|
| 쿠바네티스 시작 (0) | 2024.11.18 | 
| 우분투에서 Timezone 변경하기 (0) | 2021.12.15 | 
| [ubuntu] systemctl 없을 경우 (0) | 2021.02.01 | 
| [Ubuntu] chown과 chmod를 하위 폴더와 하위 파일들에 적용 (0) | 2020.11.22 | 
			  Comments