$ drush version
Drush needs to download a library from [error]
http://download.pear.php.net/package/Console_Table-1.1.3.tgz in order
to function, and the attempt to download this file automatically
failed because you do not have permission to write to the library
directory /usr/share/php/drush/lib. To continue you will need to
manually download the package from
http://download.pear.php.net/package/Console_Table-1.1.3.tgz, extract
it, and copy the directory into your /usr/share/php/drush/lib
directory. 说明您没有安装Console_Table,可以使用以下命令安装:
sudo pear install Console_Table-1.2.0 安装完后,您再查询Drush的版本号将得到以下结果:
7$ drush version
Drush Version : 6.2.0 安装好了Drush之后,再要安装Drupal模块或主题的话将十分的轻松。例如,我要安装我最常用的模块和主题的话,只需要输入下面的语句即可:
cd /var/www/drupal7
drush dl ctools views panels admin_menu module_filter l10n_update bootstrap