Stop pip installing packages into your system (base) python: use virtual environments instead

Gus Cavanaugh
Gus Cavanaugh
9.2 هزار بار بازدید - 2 سال پیش - As a lazy python user,
As a lazy python user, I never built virtual environments to isolate my dependencies. Instead I would just pip/conda install until something broke. At which point I'd start over with a clean environment and repeat the cycle. I justified my laziness by saying I wasn't a software engineer, lying to myself that creating separate environments per project was too much of a hassle.

Don't be like me.

It's so easy to create clean, isolated environments per project. So if you want to put some cayenne on one meal but keep it separate from the others, you can do so.

This video shows one simple option, straight from the python docs (venv). There are lots of great tools in the Python world for managing environments and packages, but you can't go wrong getting started with venv.

At Continual, we're focused on bringing software engineering practices to ML teams. Lots of data scientists do cool quantitative stuff in notebooks within their research environment. We're trying to help get that code into production using the tried and true software delivery methods with some slight modifications for ML.

Connect with me on LI: LinkedIn: gustafrcavanaugh
2 سال پیش در تاریخ 1401/09/21 منتشر شده است.
9,247 بـار بازدید شده
... بیشتر