line 3: fastlane: command not found 19 August, 202019 August, 2020 print If you are working on local machine then add following to you .bash_profileexport PATH=”$HOME/.fastlane/bin:$PATH”If you are working on Jenkins then this worked for me ?Under Jenkins -> Manage Jenkins -> Configure System -> Global properties -> Environment variables I added:Name: Path Value: /bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbinReference https://stackoverflow.com/a/57700789