This article is now published on my website: Prefer Subshells for Context.
Last active
August 22, 2024 14:21
-
-
Save datagrok/2199506 to your computer and use it in GitHub Desktop.
Virtualenv's `bin/activate` is Doing It Wrong
Helpful! Thank you!!
404 on the link 👎
still 404
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please also look at
vrun
[1] which is super lightweight and simply activates a virtualenv for the duration of a command. You run something likeenv/bin/vrun <cmd>
and it is executed with all of the virtualenv scripts etc on the path. This is similar tovex
but with fewer assumptions and should be mentioned in the same conversation.[1] https://pypi.org/project/vrun/