This service is available only in Japanese-language.
CentOS7上で、poky-morty-16.0.0 にてsource oe-init-build-env を実行するとpython3 を要求されます。どのような手順で解決したらよいでしょうか。
Seh
2016/12/17 (土) 15:34
http://qiita.com/glostuan/items/6030e309542615470e0d 上記を参考にしてPython3が動作できるようにします。
pyenv global system 3.5.1 上記を実行してから
source oe-init-build-env を実行します。
burningman
2017/9/6 (水) 17:07
CentOS7上で、poky-pyro-17.0.1 にてsource oe-init-build-env を実行するとpython3 を要求され失敗します。以下の方法で対処しました。 以下のコマンドを実行 # yum install -y epel-release # yum install -y python34-setuptools # easy_install-3.4 pip
Seh
2016/12/17 (土) 15:34
http://qiita.com/glostuan
http://qiita.com/glostuan/items/6030e309542615470e0d
上記を参考にしてPython3が動作できるようにします。
pyenv global system 3.5.1
上記を実行してから
source oe-init-build-env
を実行します。
burningman
2017/9/6 (水) 17:07
CentOS7上で、Pyro 2.3.1 にてpython3を要求された際にしたこと
CentOS7上で、poky-pyro-17.0.1 にてsource oe-init-build-env を実行するとpython3 を要求され失敗します。以下の方法で対処しました。
以下のコマンドを実行
# yum install -y epel-release
# yum install -y python34-setuptools
# easy_install-3.4 pip