Followed the steps here:
https://docs.phalcon.io/en/3.2/devtools-installation
Got to the last step:
chmod ugo+x /usr/bin/phalcon
Got this:
chmod: cannot operate on dangling symlink '/usr/bin/phalcon'
Here's what's in my bashrc:
export PTOOLSPATH=/home/ubuntu/phalcon-devtools/
export PATH=$PATH:/home/ubuntu/phalcon-devtools
I also tried some of the things here, no luck:
https://forum.phalcon.io/discussion/2020/chmod-cannot-operate-on-dangling-symlink-usr-bin-phalcon-
What am I doing wrong?