-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider using pew to activate virtual environments #10
Comments
Investigate pew https://github.com/berdario/pew |
i think we have all the benefits of this with the current |
i tried using pew, but |
going to punt on this for now |
That's cool, it's a different model, and it may not be worth the time Right Now. I'd like to point out, for possible future reference, that the inve model doesn't require using pew, though. inve was originally designed as an |
I've been using it via the
pew
package, which fills roughly the same niche as virtualenvwrapper, but using the inve approach. My own experience finds it vastly superior to the script-sourcing approach. Explained simply, it starts a subshell instead of changing the current shell. That means de-activating an environment is as simple as the standardexit
command in your shell.https://gist.github.com/datagrok/2199506
https://github.com/berdario/pew
The text was updated successfully, but these errors were encountered: