Closed emmetog closed 8 years ago
Sorry, I had a little less spare time the last weeks. I’ll merge this for now, although I’m not too happy with using pip instead of the OS-provided packages.
@andreaswolf ok. I'm curious though, why do you prefer using the os packages to pip? I'm wondering because python is definitely a dependency in order to run the acmy_tiny script and so it's not too much of a stretch to assume pip is installed too. Are you hoping to remove pip as a dependency too?
The other drawback I see to using the os packages is that we'll have to do a switch for the correct package manager, use yum for centos and apt for ubuntu, while with pip we don't need to worry.
Bumped into this again on a fresh server. The
acme_tiny.py
script needs argparse, it crashes on a server which doesn't have it.Anything I can do to help get this merged?