|
|
|
|
|
by jollyllama
190 days ago
|
|
I don't understand. To return to GP's point, what can you do in bash that you can't do in Python? Said in another way, what does bash offer that you would need to tackle with a dependency in Python? My understanding is that there is no such thing, and accordingly, you can still end up with something that is better than bash if you just use Python and call out to other tools with subprocess. |
|
That said, a lot of very complicated things are actually written in bash. Distrobox I think is for example.