virtualenvwrapper를 잘못 사용하면 오류 메시지가 나타납니다. 오류 메시지는 다음과 같습니다.
/usr/bin/python3: Error while finding module specification for 'virtualenvwrapper.hook_loader' (ModuleNotFoundError: No module named 'virtualenvwrapper')virtualenvwrapper.sh: There was a problem running the initialization hooks.
If Python could not import the module virtualenvwrapper.hook_loader, check that virtualenvwrapper has been installed for VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3 and that PATH is set properly.
이 오류 메시지는 터미널을 열 때마다 나타나며 Ctrl-L을 사용하여 지울 수 있습니다.
컴퓨터를 다시 시작해도 rm .bash_history가 문제를 해결하지 못했습니다.
답변1
사용자가 파일 virtualenv
에서 통화를 제거한 ~/.bashrc
후 문제가 해결되었습니다 .
virtualenv
처음부터 시작하기 때문에 ~/.bashrc
모든 새 터미널 창에 시작 메시지가 나타납니다. 그러니 문제가 되지 않아요청산되지 않음터미널이지만시작하지 않음virtualenv
.