No Sudo switch for binary installs does not work #745
-
Hello I am working on a non admin mac device. IT Admins installed the gruntwork-installer for me via Admin account. However, I still cannot install binaries with no-sudo switch as mentioned in the official documentation for binary installation. For reference, I am trying to install this: The admins also tried to run this via admin account but the no-sudo switch does not give any output. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
This runs a bit counter-intuitive to what I would expect (and I think you are expecting), but
Here's my run, first without specifying
|
Beta Was this translation helpful? Give feedback.
-
Thanks Pete for this clarification. Tried this out but now a strange permission denied error: Are you running this in a standard user in a Mac? |
Beta Was this translation helpful? Give feedback.
-
Per the
|
Beta Was this translation helpful? Give feedback.
This runs a bit counter-intuitive to what I would expect (and I think you are expecting), but
--no-sudo
is not a binary flag, it is expecting a value. Try this:Here's my run, first without specifying
true
and then with: