github_38596081的博客Expected Behavior Vagrant up should work in my git installation folder, however upon doing vagrant up I am presented with this ...bash: vagrant: command not found Expected the vagrant up to corr...
thunder_sz的博客编译envsetup.sh出现Only bash is supported, use of other shell would lead to erroneous results 看了一下脚本内容if [ "x$SHELL" != "x/bin/bash" ]; then case `ps -o command -p $$` in *bash*)