https://stackoverflow.com/questions/51336147/how-to-remove-the-win10s-path-from-wsl
Go to .bashrc file
cd nano ~/.bashrc
Add this code to at the end of .bashrc file
PATH=$(/usr/bin/printenv PATH | /usr/bin/perl -ne 'print join(":", grep { !/\/mnt\/[a-z]/ } split(/:/));')
Then restart the bash shell and see if $PATH has been changed.
echo $PATH
mac 터미널에서 파일 압축해제 (0) | 2021.04.19 |
---|---|
파일 시스템 소유권과 권한 바꿔주기 chown/chmod (0) | 2021.03.23 |
Java macOS에 설치 (.bash_profile, .profile, .bashrc) (0) | 2021.03.16 |
CMakeDetermineSystem.cmake Error (Mounted filesystem issue) (0) | 2020.08.11 |
Copy bashrc default file (0) | 2020.07.02 |
댓글 영역