I am using ubuntu and as per instruction I use 'apt-get isntall cakephp-scripts'
I am using latest stable release of cake v 2.2.1, but when I run cake bake -app , I always get console for v1.3.2
Why do I get CakePHP v1.3.2 Console on cakephp v 2.2.1
Instead of running
cake bake
directly run it fromcakeDir/app
by doingConsole/cake bake
. The thing is thatinstall cakephp-scripts
installs and old version of the cake scripts.