Hacker News new | ask | show | jobs
by lotheac 4575 days ago
This seems to copy a bad design decision from virtualenv. Please see https://gist.github.com/datagrok/2199506
3 comments

I implemented the suggestions in this gist on a new branch here:

https://github.com/ChuckHa/goenv/tree/inve

I'm not sure I like it better though because it unsets $PS1 and other variables that get set in .bash_profile.

This is pretty cool, thanks for sharing.