soraraso42 / learning-journal

0 stars 0 forks source link

2024-02-23 installing Python packages virtually #24

Open soraraso42 opened 8 months ago

soraraso42 commented 8 months ago

It’s always recommended to manage the Python packages required for different projects in virtual environments; this way, the packages for one project will not interfere and break system tools in other projects because they are isolated – instead of being installed globally.

from DataCamp