|
|
|
|
|
by ubernostrum
3264 days ago
|
|
Much depends on point of view. For the operating system, sure, use the OS packages. For writing and deploying an application in a language? Never use the OS packages; manage it using the language's tools. My Python applications deploy into a virtualenv and install their dependencies using pip. |
|