Closed dandan611 closed 6 years ago
[vagrant@localhost ~]$ vi ~/.bash_profile
[vagrant@localhost ~]$ source ~/.bash_profile
cat << EOS >> ~/.bash_profile
### Virtualenvwrapper
if [ -f /usr/bin/virtualenvwrapper.sh ]; then
export WORKON_HOME=$HOME/.pyenv
source /usr/bin/virtualenvwrapper.sh
fi
EOS
source ~/.bash_profile
~/.bash_profileではなく、bashrcのほうが良い。
理由 sshでは、bash_profileが呼ばれるが、bashrcは対話シェルだと必ず呼ばれるため。
対応自体は別Issueにしたため、このチケットは閉じます。