-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Alternative install for macOS #225
Comments
Hey 👋🏻 bash <(curl -s https://raw.githubusercontent.com/danger/kotlin/master/scripts/install.sh)
source ~/.bash_profile ? |
Whoosh thanks for your quick response. This is another issue, we do not have administrator access on most of the machines, developers are assigned to the _developer group
which is usually enough for us. So the install.sh way did not sadly work out as expected:
|
🤔 https://github.com/danger/kotlin/blob/master/scripts/install.sh#L33-L48 |
Perfect I will verify, why it could not find it in the path. BTW: Did you thought about using ~/.profile instead of the shell specific profile for initialisation? |
Also faced with the problem. In my case I do the next steps to install kotlin-danger on Mac OS:
During the installation I also faced with two another troubles:
|
Our macOS environment is restricted from using home-brew.
Is there an alternative way to install danger-kotlin on macOS?
The text was updated successfully, but these errors were encountered: