|
|
|
|
|
by Too
2412 days ago
|
|
npm is equivalent to combining pip and virtualenv into a single tool. This gives better ergonomics when switching between projects since you never have to "activate" your environment, it's always activated when standing in the project directory. |
|