目前我正在尝试安装Zend Framework。该框架附带了一个命令行工具{* 1}}用于* nix系统,zf.sh
用于Windows系统。要使用zf.bat
,我尝试将其添加到我的环境路径中。不知怎的,我无法让它发挥作用。
我的zf.sh
~/.profile
我的export PATH=$PATH:/Applications/MAMP/bin/php/php5.3.6/bin/
export ZEND=/Applications/MAMP/bin/php/php5.3.6/bin/zf.sh
# 2012-06-05 make alias for zf
# Make an alias for the zf.sh so we can call it with zf instead of zf.sh
alias zf=/Applications/MAMP/bin/php/php5.3.6/bin/zf.sh
# Add the path to the Zend files so that the zf.sh can work with them
ZEND_TOOL_INCLUDE_PATH=/Applications/MAMP/bin/php/php5.3.6/lib/php/Zend
/etc/paths
但是当我做/usr/bin
/bin
/usr/sbin
/sbin
/usr/local/bin
~/Development/play-2.0
/Applications/Racket\ v5.2/bin/
/Applications/MAMP/bin/php/php5.3.6/bin/
echo $PATH
或/usr/bin /bin /usr/sbin /sbin /usr/local/bin /usr/X11R6/bin
zf
答案 0 :(得分:1)
将alias zf='/var/www/zf1_trunk/bin/zf.sh'
添加到.bash_profile
可让您访问zf命令行
at ~/.bash_profile
alias zf='/var/www/zf1_trunk/bin/zf.sh'
答案 1 :(得分:1)
如果您在MAC OS X中使用MAMP
alias zf ='/ Applications / MAMP / bin / php / php5.3.6 / bin / zf.sh'
更改位置acc。到您的软件安装
答案 2 :(得分:0)
通常,OSX上的bash使用.bash_profile,而不是.profile ...看看它是否正确采购。