New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Bubba|2 Gentoo Users - Please Check /usr/bin/python

Discuss development on Bubba
Post Reply
sakaki
Posts: 172
Joined: 15 Aug 2014, 11:20

Bubba|2 Gentoo Users - Please Check /usr/bin/python

Post by sakaki »

Hello,

if you are using Gentoo on your B2, please note that a recent issue within the Gentoo tree may have resulted in the /usr/bin/python link being misdirected. As a result, issuing "python" at the command line will not work and many installs / upgrades (such as when using genup) will fail.

To check if this affects you, simply issue:

Code: Select all

b2 ~ # python
If python launches OK, you need do nothing further. However, if you get an error (such as "command not found"), then issue:

Code: Select all

b2 ~ # emerge --ask --verbose --oneshot dev-lang/python-exec
Confirm when prompted. This is a small package and won't take long to build (it is also present on the isshoni.org binhost, for those using that facility).

Once this package has installed, python should launch normally, and genup etc. should also work once more.

Best, sakaki
Post Reply