logoalt Hacker News

JimDabellyesterday at 8:54 PM1 replyview on HN

Yes, it creates a separate environment for each script. No, it doesn’t create a lot of bloat. There’s a separate cache and the packages are hard-linked into the environments, so it’s extremely fast and efficient.


Replies

kristianptoday at 12:56 AM

Is the environment located in the .venv folder under the same directory as the script?

show 1 reply