-
Notifications
You must be signed in to change notification settings - Fork 37
Description
macOS Monterey, 12.1
MacBook Pro (13-inch, M1, 2020)
Chip, Apple M1
Memory, 16 GB
Expected Results:
Installing the cli works
What happened:
Installing the cli via homebrew or using the pkg link at the website doesn't install aptible correctly, aptible command can't be found in the terminal.
Explanation.
I don't think this is entirely an Aptible issue.. I'm not sure.. What is happening is after a fresh install of this OSX. /usr/local exists but not the /bin folder inside. Not sure if this competely normal behavior but I ran the CLI install anyway. Aptible CLI install does it's thing but it created a bin FILE (literally named bin) that is symlinked to the /opt/aptible-toolbelt/bin/aptible file.
Fix:
I instead manually created the /bin folder inside of /usr/local and symlinked the aptible file inside there and now it works as it should.