My OS is Ubuntu 16.04. I have followed the installation instructioni as follow:
- git clone git://github.com/phalcon/phalcon-devtools.git
- cd phalcon-devtools/
- . ./phalcon.sh
- ln -s ~/phalcon-devtools/phalcon.php /usr/bin/phalcon
- chmod ugo+x /usr/bin/phalcon
when I go through step 3. I got an error "init:3: = not found". It seems the script needs to run in rullevel3? Anybody knows what's going on? I have on idea how to fix this issue.