LoginSignup
2
2

More than 5 years have passed since last update.

最近のGentoo Linuxでpython2.xを使いたいとき

Posted at

eselect python set できなくて焦ったけど、

[mazgi@Gentoo] $ eselect python list
Available Python interpreters:
  [1]   python2.7
  [2]   python3.3 *
[mazgi@Gentoo] $ eselect python set 1
!!! Error: Cannot remove symlinks
exiting

EPYTHONに指定すればいいらしい。

[mazgi@Gentoo] $ EPYTHON=python2 python --version
Python 2.7.5
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2