Skip to content

Instantly share code, notes, and snippets.

@codenuke
Created May 15, 2014 09:14
Show Gist options
  • Save codenuke/212c62dc215c2c008f3d to your computer and use it in GitHub Desktop.
Save codenuke/212c62dc215c2c008f3d to your computer and use it in GitHub Desktop.
Fix requires the Mcrypt PHP extension.
# Step 1
cd ~
# Step 2
vi .bash_profile
# Step 3 : Insert this line and chage php path.
export PATH=/Applications/MAMP/bin/php/php5.5.10/bin:$PATH
# Step 4 Save File => :wq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment