|
|
|
|
|
by pronlover723
1250 days ago
|
|
Apparently you missed the point. local needs to be the default. Not some magic incantation In node cd projectFoo
# do stuff, node uses packages local to projectFoo
cd ../projectBar
# do stuff, node uses packages local to projectBar
There is no "activation", the default is it just works.Installing packages local to the project is also the default. |
|
Yes, I agree that it would be nice if the default behaviour of `pip install -r requirements.txt` was to install it in an isolated virtualenv specific to that project, but it's not also not like it's completely impossible magic.