-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
Error installing CLI utility on macOS #118
Comments
The installer is supposed to create a link to the CLI utility, but a few people have experienced this issue. To manually fix this, run ln -s /Applications/Fenix.app/Contents/Resources/scripts/fenix /usr/local/bin/fenix
sudo chmod +x /Applications/Fenix.app/Contents/Resources/scripts/fenix |
On a brand new machine (set up 10 days ago) running Mojave (10.14.6), /usr/local/bin doesn't even exist. |
@ibillwilson long shot.... but do you happen to know if Creating the directory in the install is no problem, but if that directory is not in the PATH, it needs to be added. |
@coreybutler ... interesting, it's actually the first entry in $PATH. |
Thanks @ibillwilson! Given that the filepath exists, I have an installer fix for this now. There are some other options I'm exploring too (which may ultimately be more robust), but knowing the PATH contains that filepath in a fresh install means the installer can at least create the directory (if it doesn't already exist), which should resolve the issue. I'll close this issue once it is released. |
I suspect with the latest update (Monterey) Apple has introduced harsher installer penalties for unsigned software? I can't seem to run the installer, unfortunately. translated error message ["The pkg cannot be installed because Apple cannot scan the package for malicious code." ...] Do you plan to revisit the repository and make updates to Fenix to work with Mx-Silicone Macs? Or at least the installer? Would love to keep it around for its ease of use. Thx! |
Fenix 3.0.0
The text was updated successfully, but these errors were encountered: