php - Why do I get this error while editing the .profile file while installing cakephp on mac? -
i'm installing cakephp on mac osx lion on mamp. , following error when save .profile file corresponding path.
-bash: export: `=/applications/mamp/bin/php5.4.10/bin:/users/aravind/sites/cake/lib/cake/console:/library/frameworks/python.framework/versions/2.7/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/x11/bin': not valid identifier
my .profile consists of following lines. have no idea error means , why refers /library/frameworks/python.framework...
alias www="cd /users/aravind/sites/public_html" alias mysql="cd /applications/mamp/library/bin/mysql -uroot -p" export path ="/applications/mamp/bin/php5.4.10/bin:/users/aravind/sites/cake/lib/cake/console:$path"
due this, i'm not able continue installation of cakephp. please?
Comments
Post a Comment