Skip to content

Instantly share code, notes, and snippets.

@ponkore
Created November 8, 2012 13:02
Show Gist options
  • Save ponkore/4038670 to your computer and use it in GitHub Desktop.
Save ponkore/4038670 to your computer and use it in GitHub Desktop.
MacPorts の python27 が upgrade できずにやったこと。
$ sudo port clean python27
$ sudo port upgrade python27 -universal
## 一瞬これでいけたかと思ったけどやっぱりだめだったorz
## 後日
## python27 が 2.7.3_0 から 2.7.3_1 になってやってみたが、別のエラーでこける。
## 調べてみたらまさにこれ: https://trac.macports.org/ticket/32090
## で、やってみたら
$ sudo port -f deactivate py27-xml
$ sudo port install python27 +universal
$ sudo port install py27-xml +universal
## どうやらうまく行った模様。最後に
$ sudo port -u uninstall
## で deactive なやつを消してオシマイ。python27 はまったなぁ。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment