내 Node 프로젝트에서 Rustup과 Cargo를 사용하고 있었는데 이제는 더 이상 필요하지 않아서 삭제하려고 했습니다. 그러나 문제의 Raspberry Pi에 SSH로 연결할 때마다 다음과 같은 출력이 표시됩니다.
~ $ ssh 192.168.0.2
Linux raspberrypi 5.15.76-v7+ #1597 SMP Fri Nov 4 10:13:17 GMT 2022 armv7l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sat Nov 19 08:04:39 2022 from 192.168.0.132
-bash: /home/pixelcode/project/node_modules/rustup/CARGO_HOME/env: File or directory not found
-bash: /home/pixelcode/project/node_modules/rustup/CARGO_HOME/env: File or directory not found
pixelcode@raspberrypi:~ $
디렉토리는 더 이상 필요하지 않으므로 더 이상 존재하지 않습니다.
시스템이 여전히 이 디렉토리에 액세스를 시도하는 이유는 무엇이며 이를 중지하려면 어떻게 해야 합니까? 디렉터리가 환경 변수로 설정되지 않았습니다.
당신의 도움을 주셔서 감사합니다!