Created
November 8, 2012 13:02
-
-
Save ponkore/4038670 to your computer and use it in GitHub Desktop.
MacPorts の python27 が upgrade できずにやったこと。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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