我正在尝试在安装了 Django 的 virtualenv 中配置 mod_wsgi。当我运行./configure
命令时,我得到以下内容,看起来没问题:
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 之外对其进行配置才能使其正常工作?