Open ych5318 opened 8 years ago
是不是没安装 bash ?
@jzp820927 已安装 [root@PandoraBox:/mnt/mmcblk0/x]#opkg install bash Package bash (4.3.42-1) installed in root is up to date.
-ash: ./start.sh: not found -ash: python: not found 看提示应该是什么命令或者库没安装。检查下吧
我也卡在这里了,蛋疼 现在的情况是,extroot成功了,安装python2.7.11也成功了,但是输入python提示-ash: python: not found
bash (4.3.42-1) python (2.7.11-9) python-openssl (2.7.11-9) python-pyopenssl (16.0.0-1) 目前各种库的版本 @xyuanmu @jzp820927 @yeahwu 我把xxmini放在了 / 目录也是-ash: ./start.sh: not found 不知缺什么 胜利就在眼前啊
手动执行看看 python proxy.py
openwrt15.05.1好像不支援python (2.7.11-9),python (2.7.9-6)能用.
能用就行了,别折腾了
在路由器上配置xx 或者go,最好先在usb附加存储配置一套 entware-ng 或者 optware,然后就可以安装完整的python,基本目前主流的 tomato dd openwrt包括梅林都可以配置上面的两个运行环境。
这是原版xx-net [root@PandoraBox:/mnt/mmcblk0/xx]#ls README.md code start start.vbs SwitchyOmega data start.bat [root@PandoraBox:/mnt/mmcblk0/xx]#./start.sh -ash: ./start.sh: not found 这是xx-mini [root@PandoraBox:/mnt/mmcblk0/xx]#cd /mnt/mmcblk0/x [root@PandoraBox:/mnt/mmcblk0/x]#ls addto-startup.py goagent-gtk.py lib.egg proxy.py cacert.pem ip_range.txt proxy.ini proxy_dir.py [root@PandoraBox:/mnt/mmcblk0/x]#python proxy.py -ash: python: not found
python以及其它 [root@PandoraBox:/mnt/mmcblk0/x]#opkg install python-pyopenssl python-openssl -- force-depends --force-overwrite Package python-pyopenssl (16.0.0-1) installed in root is up to date. Package python-openssl (2.7.11-9) installed in root is up to date. [root@PandoraBox:/mnt/mmcblk0/x]#opkg install python Package python (2.7.11-9) installed in root is up to date.
请求帮助