Y
Hacker News
new
|
ask
|
show
|
jobs
by
holmb
3449 days ago
Python is not just a single executable. It takes a little more work than one would want. And for what gain? Would you be fine with other software also requiring a custom interpreter to function? It gets cumbersome.
2 comments
mkesper
3448 days ago
If you rely on the system-wide Python you'll need to cover different versions and you need to make sure not to use any 3rd party modules.
link
icebraining
3448 days ago
Ansible ships its own libraries, generally.
link
jubalfh
3448 days ago
Incredibly. But it seems to be The Ruby Way™…
link