osx - PATH not working on Mac OS X 10.10.3 -
i want configure maven , wildfly on local mac computer. in terminal use zsh shell. so, input maven , wildfly home in .zshrc file as
maven_home="/users/myuser/development/maven" jboss_home="/users/myuser/development/wildfly"
and then
export path="$path:$jboss_home/bin:$maven_home/bin"
but when type maven command in terminal, shows me response
zsh: command not found: maven
then put 3 commands in .bashrc , .bash_profile files. nothing. after reboot. wrong?
maven command mvn
, not maven
:)
Comments
Post a Comment