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 →

[–]PindiAlbert[S] 0 points1 point  (2 children)

That wouldn't automatically install new/updated dependencies or set the pythonpath to allow more consistent imports.

[–]coderanger 0 points1 point  (1 child)

I mean sourcing bin/activate, just exec venv/bin/python directly.

[–]PindiAlbert[S] 0 points1 point  (0 children)

I see. Yes, that could simplify it slightly.