Python 安装web2py时,pip在哪里安装anyserver.py文件?

Python 安装web2py时,pip在哪里安装anyserver.py文件?,python,pip,web2py,Python,Pip,Web2py,我跑 在虚拟电视里。我可以看到安装了web2py: bash: pip install web2py 相关库位于我的网站包目录中: bash: ls bin/w2p* bin/w2p_apps bin/w2p_clone bin/w2p_run 或: (两个命令都不返回结果) 在此上下文中,pip在何处安装anyserver.py文件(或者更准确地说,它是否安装了anyserver)?try:updatedb;找到anyserver.py或sudo/usr/libexec/loca

我跑

在虚拟电视里。我可以看到安装了web2py:

bash: pip install web2py
相关库位于我的网站包目录中:

bash: ls bin/w2p*
bin/w2p_apps    bin/w2p_clone   bin/w2p_run
或:

(两个命令都不返回结果)


在此上下文中,pip在何处安装anyserver.py文件(或者更准确地说,它是否安装了anyserver)?

try:updatedb;找到anyserver.py或sudo/usr/libexec/locate.updatedb;在mac上找到anyserver.py;)你最好不要安装web2py,因为PyPI版本已经过时,目前还没有维护(这可能会改变)。@Anthony你有当前维护版本的链接吗?只需下载并解压缩。
bash: ls -al lib/python2.7/site-packages/gluon/
<a long list of web2py libraries>
bash: find . -name anyserver.py
bash: sudo /usr/libexec/locate.updatedb; locate anyserver.py