petejkim / goop

A simple dependency manager for Go (golang), inspired by Bundler.
MIT License
779 stars 45 forks source link

Can we have "goop active" to make "eval $(goop env)" easy to use #12

Open dafang opened 10 years ago

dafang commented 10 years ago

Like the virtualenv in Python, we can add the new CMD goop active and goop deactive to setup the environment.

And we can update the PS1 to indicate the current environment usage.

dafang commented 10 years ago

If the pull request is acceptable to enable this command, I can send.

alecthomas commented 10 years ago

PR #9 adds goop deactivate, though it still needs to be eval'ed