Created
May 15, 2014 09:14
-
-
Save codenuke/212c62dc215c2c008f3d to your computer and use it in GitHub Desktop.
Fix requires the Mcrypt PHP extension.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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