I am trying to install fastlane. I have Xcode installed. I installed fastlane using the command sudo gem install fastlane. I now go in
fastlane
sudo gem install fastlane
cd ~/
touch .bash_profile
open -e .bash_profile
export PATH="$HOME/.fastlane/bin:$PATH"