Virtual Environments: Isolating Project Dependencies
We've learned how to install packages with pip and manage them with a requirements.txt file. This is a great workflow, but it has one major flaw: by default, pip installs packages globally.
We've learned how to install packages with pip and manage them with a requirements.txt file. This is a great workflow, but it has one major flaw: by default, pip installs packages globally.