-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for macports #29
Comments
Feel free to ignore me but IMHO homebrew action should be removed. I happen to be using macports, but having experimented with homebrew the task seems to be redundant, you need python3 to run the role, and it is trivial to add openssl11 manually. |
Also a small modification but in
|
Final note I couldn't get virtualenv to execute without adding virtualenv_command, I'm using python 3
|
In PR #26, MacOS support was added with homebrew. It'd be nice to also add support for macports as an alternative that can be enabled with a role variable.
The text was updated successfully, but these errors were encountered: