ytnobody/plenvsetup

Failure to load plenv in case that didn't load bash_profile from bashrc.

Closed this issue · 3 comments

Have to add a logic to check a include line that is there in bashrc.

Check comments in following url

http://www.zusaar.com/event/8447009

https://twitter.com/nqounet/status/487854635097403392

in case of centos6 on vagrant

# .bash_profile
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
PATH=$PATH:$HOME/bin
export PATH