We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

phalcon command not found in ubuntu 14.04

Hi guys i was able to install phalcon on my machine, but the problem is I cannot use the devtool for faster development. When i try to run phalcon command on terminal it says phalcon: command not found.



43.9k

Hi,

how did you install phalcon devtools ?



765

Try "sudo ln -s path/to/phalcondevtools/phalcon.sh phalcon". This creates a symbolic link to the devtools. This means after generating that link you will be able to use the tools via phalcon command in every directory

@TobiasJ I dont see any phalcondevtool folder of phalcon.sh on my computer, where does it usually found is it inside cphalcon directory?



765

Then you've just installed phalcon but not the dev-tools. https://phalcon.io/de/download/tools Follow the steps on this site ;)