安装ipkg,然后通过ipkg安装python2.7
采用如下方法安装ipkg:
wget -c http://ipkg.nslu2-linux.org/feeds/optware/ds101g/cross/stable/ipkg-opt_0.99.163-10_powerpc.ipk
tar -xOvzf ipkg-opt_0.99.163-10_powerpc.ipk ./data.tar.gz | tar -C / -xzvf -
mkdir -p /opt/etc/ipkg
echo "src cross http://ipkg.nslu2-linux.org/feeds/optware/ds101g/cross/stable" >> /opt/etc/ipkg/feeds.conf
ln -s /opt/bin/ipkg /usr/bin/ipkg
就可以实现ipkg的安装了。之后执行ipkg update
更新一下。
安装Python
ipkg install python27
- 本文固定链接: https://www.fengshen.cn/2014/04/mbl另一个安装python2-7的方法/storyofwind/
- 转载请注明: fengshen 发表于 Dream of Wind | 一梦风神
觉得文章有用,微信打赏一元。
