Python Lunch and Learn #7: environments
Details
When you do pip install of a package, where does it go? What if you needed to use a specific version of a package? What if you wanted to have two different version of a package, one for your long term support and one for your latest version of your software?
We’ll answer these questions and more as we address virtualization, containers, virtual environments and what is best for python projects.
