sh [Magento 1.x]在MAC OSX中添加Wiz命令行工具

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh [Magento 1.x]在MAC OSX中添加Wiz命令行工具相关的知识,希望对你有一定的参考价值。

#Use MAMP, you need to point to mamp PHP location
#Put .bash_file under your magento root folder, my case: /Volumes/MacbookSSD/Users/seven/Documents/orderApp/orderapp/public_html
#Create folder with command line: mkdir -p ~/bin/Wiz; open ~/bin/Wiz 
#Put wiz all files downloaded from https://github.com/classyllama/Wiz in ~/bin/Wiz folder

#following code in .bash_profile
export WIZ_PHP_PATH="/Applications/MAMP/bin/php/php5.6.10/bin/php" 
alias wiz="~/bin/Wiz/wiz"
source ~/bin/Wiz/wiz.bash_completion.sh

以上是关于sh [Magento 1.x]在MAC OSX中添加Wiz命令行工具的主要内容,如果未能解决你的问题,请参考以下文章

sh 在Mac OSX上下文菜单中清除多个Atom

sh 从osx mac中删除phpsotrm

sh 如何在Mac OSX上安装和编译rsync

sh 在Mac OSX中将所有文件重命名为小写

sh 在Mac OS X上快速显示/隐藏隐藏文件#osx

sh 我的Shell配置(Mac OSX)