Hacker News new | ask | show | jobs
by mejutoco 1214 days ago
Once you create a venv, you can just refer to its path. I always disliked the whole activate/deactivate steps.
1 comments

Agreed, using the paths makes it feel like a conventional toolchain. I haven’t tried this but it sounds like if I execute the python executable in the venv directory I get that shell. Only issue from there is writing executables that invoke the venv path in a deployable way