You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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/localexists but not the/binfolder 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 namedbin) that is symlinked to the/opt/aptible-toolbelt/bin/aptiblefile.Fix:
I instead manually created the
/binfolder inside of/usr/localand symlinked the aptible file inside there and now it works as it should.