我想在已安裝Django的virtualenv中配置mod_wsgi。當我運行./configure
命令,我得到以下,這看起來不錯:mod_wsgi在virtualenv下載
checking for apxs2... no
checking for apxs... /usr/sbin/apxs
checking Apache version... 2.2.22
checking for python... /Users/talaniz/tmp/newproject/DJANGO/bin/python
configure: creating ./config.status
config.status: creating Makefile
但是當我嘗試運行make
,我得到的錯誤:-bash: make: command not found
問:我看到的這個下一步是sudo make install
,我是否需要在virtualenv之外配置它才能使其正常工作?
您沒有安裝'make'命令,與Python無關。 –
謝謝!我現在正在Xcode上下載命令行工具! –