Closed crooksy88 closed 3 months ago
Hi, I'm trying to install APM on MacOS but I'm not getting the version number back when requesting it. Following the installation instructions I'm up to Verify Installation.
I have downloaded the APM files (4 files) and copied them to a directory.
apm -version returns... zsh: permission denied: apm
Any suggestions on how to fix this would be very much appreciated.
Thanks.
Here are the contents of the .zshrc file...
export AIR_HOME=/Applications/AIRSDK/50.2.2.6 export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-11.0.13.jdk/Contents/Home export AIR_TOOLS=/Applications/AIRSDK/apm export PATH="${PATH}":"${AIR_HOME}/bin":"${AIR_TOOLS}"
If you unzipped it manually you may have to change the permissions on the file, try running:
chmod 755 $AIR_TOOLS/apm
Wonderful! Thanks Michael.💫
No problems! :)
Hi, I'm trying to install APM on MacOS but I'm not getting the version number back when requesting it. Following the installation instructions I'm up to Verify Installation.
I have downloaded the APM files (4 files) and copied them to a directory.
apm -version returns... zsh: permission denied: apm
Any suggestions on how to fix this would be very much appreciated.
Thanks.
Here are the contents of the .zshrc file...
export AIR_HOME=/Applications/AIRSDK/50.2.2.6 export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-11.0.13.jdk/Contents/Home export AIR_TOOLS=/Applications/AIRSDK/apm export PATH="${PATH}":"${AIR_HOME}/bin":"${AIR_TOOLS}"