š Python DX Tip: Save time when running scripts by using `uv run` to automatically activate your virtual environment.
Example below š
ā Manually activating the virtual environment
source .venv/bin/activate
./nr_backup_configs.py
ā
Automatically activate the virtual environment before running the script
uv run nr_backup_configs.py
Until next time!
---
Team Packet Coders
š Ready to level up your team's network automation skills? Click here to learn more about our team memberships.