airsdk / apm

AIR Package Manager
https://repository.airsdk.dev/
MIT License
60 stars 10 forks source link

Installing APM. zsh: permission denied #206

Closed crooksy88 closed 1 month ago

crooksy88 commented 1 month 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}"

marchbold commented 1 month ago

If you unzipped it manually you may have to change the permissions on the file, try running:

chmod 755 $AIR_TOOLS/apm
crooksy88 commented 1 month ago

Wonderful! Thanks Michael.💫

marchbold commented 1 month ago

No problems! :)