|
|
|
|
|
by qznc
3987 days ago
|
|
Imho "source" is an anti-feature. I think instead of "source", you always should create a subshell. It properly encapsulates your modified environment and avoids leakage and confusion. Exiting an environment is a straighforward exit/<ctrl>-D like with any shell. You do not need to remember a special "deactivate" command like with virtualenv. Obviously, virtualenv and others disagree. ;) |
|