You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, out of the abundance of caution, if there ever is a reason that the NODE_VIRTUAL_ENV would be missing from the PATH, then here's a more spaghettified patch.
This is bash only. I still haven't looked at csh/fish/ps implementations of activate. But if logic is sound, happy to generate a PR and start working on those too.
When installed into a running python3 venv, that path is duplicated. Fairly easy to reproduce.
Notice that PATH is already prepended with the
.venv/bin
.Then install nodeenv inside that active venv.
The next time you re-activate...
...that path is duplicated.
The text was updated successfully, but these errors were encountered: