virtualenvwrapper
을 어항에서 사용할 수있는 방법이 있습니까? workon
처럼 virtualenvwrapper
명령을 실행하려고 할 때 , 나는 다음과 같은 오류 얻을 :물고기 쉘에서 virtualenvwrapper 작업을 수행하는 방법은 무엇입니까?
fish: Unknown command 'workon'
을 내가
source /usr/local/bin/virtualenvwrapper.sh
을 실행할 때 I로 시작하는 매우 긴 오류가 발생합니다 :
fish: Expected a command name, got token of type 'Run job in background'. Did you mean 'COMMAND; and COMMAND'? See the help section for the 'and' builtin command by typing 'help and'.
/usr/local/bin/virtualenvwrapper.sh (line 67): if [ "$OS" = "Windows_NT" ] && [ "$MSYSTEM" = "MINGW32" ]
로 끝남 :
source: Error while reading file '/usr/local/bin/virtualenvwrapper.sh'
sh 스크립트를 fish 구문으로 다시 작성해야합니다. –
물고기가 지원되는 셸이 아닙니다. http://virtualenvwrapper.readthedocs.org/en/latest/install.html –
일부 사람들이 Python Env Wrapper (Invewrapper라고도 함)를 사용하는 것을 보았습니다. 그게 가능한 유일한 방법인가요? – oxtay