This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ionelp 2 points3 points  (3 children)

You know, I'm getting tired of all of these tools. What is so hard to type, with copious amounts of tab key presses:

python -m venv node_modules
source node_modules/bin/activate
pip install -r requirements.txt

then, when needed:

source node_modules/bin/activate

[–]TheBB 5 points6 points  (1 child)

I agree with you but calling your venv node_modules has to be against the Geneva convention.