Python virtual environments
Python virtual environments
Posted Jun 14, 2018 14:54 UTC (Thu) by servilio-ap (subscriber, #56287)In reply to: Python virtual environments by robert_s
Parent article: Python virtual environments
When I have the choice I skip language "toy" package managers entirely and use Nix shellsAnd this have the advantage of being able to express dependencies that are not part of the language-specific package manager, e.g.: OpenSSL, libxml2.