|
|
|
|
|
by ziml77
335 days ago
|
|
Yes, please use virtual envs or containers. I know it seems overly heavy and hard to manage, but you don't want to end up in a situation where you're afraid to update the system because the library upgrades might break some of your Python code. |
|