我试图通过使用PyCharm进行开发来运行odoo。但PyCharm无法运行lessc
命令。
当我使用以下命令从终端运行odoo时:
python openerp-server -c openerp-server.conf
它没有任何lessc错误,效果很好。
当我尝试使用virtualenv从PyCharm运行它时,它显示:
can't execute lessc command
我尝试重新安装node / npm,less,less-plugin-clean-css但没有任何效果。如何为PyCharm解决此问题?