dagobah
dagobah copied to clipboard
dagobahd not working on Mac OS X
I installed dagobah on OS X El Capitan (10.11.6) and the dagobahd command doesn't work by default.
I installed it locally (with the --user option) due to an operation not permitted error, details here.
I can use the package as a module (at least import it), so that's what I'll do for now.
Any tips on how I should fix this? Let me know if you need any more info.
Works for me on OSX, just make sure you have xcode set up so that the modules can be compiled (paramiko), and use brew to install required libraries.
brew install libxml2
brew install libxslt