machine. I can run the phalcon command from the normal windows command prompt but cannot run the command from my Windows Git Bash. Usually it works by just adding the environment variable as normal. I have tried restarting the computer etc but nothing seems to be working. Any ideas on what might be the problem?
you might need to add the directory with your developer tools to the $PATH env variable in bash. Do an echo $PATH to see the current one and see if your directory is there
Just run phalcon fully like: phalcon.php and not just "phalcon"
Обсуждают сегодня