当我开始bash时,出现以下描述:
-bash:/usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh:没有这样的文件或目录
-bash:/usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh:没有这样的文件或目录
我正在使用Microsoft-Windows-Subsystem-Linux,带有ubuntu发行版。我已经尝试通过powershell pip卸载virtualenvwrapper进行卸载,或者在bash sudo pip卸载virtualenvwrapper中进行卸载。我还进入了共享目录以删除virtualenvwrapper文件夹,但是它没有出现。我按LS,文件夹不出现。我也正在尝试“哪个virtualenvwrapper”或“哪个virtualenvwrapper_lazy.sh”,但这只会返回与我相同的文件夹。我只需要帮助即可删除bash消息
[最有可能在bash启动文件之一中存在对virtualenvwrapper_lazy.sh的引用(可能带有source
或.
)。查看常见的可疑对象:〜/ .bashrc,〜/ .profile,/ etc / profile,/ etc / bash.bash.rc,/ etc / .bash_login
为了帮助调试,请考虑通过将set -x
添加到〜/ .bashrc或通过运行交互式会话来获取信息>
bash -ix /dev/null
更新,基于日志:
每https://superuser.com/questions/893448/bash-shell-error-no-such-file-or-directory/1049989
我在Linux Mint上也遇到了同样的问题。
以下文件引起了该问题:/etc/bash_completion.d/virtualenvwrapper
我做了一个备份(以防万一)并删除了它,一切似乎都现在可以正常工作。