以下のようなエラーメッセージが出るような場合、
...
DistutilsOptionError: must supply either home or prefix/exec-prefix -- not both
以下のファイルを作成しておくことで回避できる。
~/.pydistutils.cfg
[install]
prefix=
以下のようなエラーメッセージが出るような場合、
...
DistutilsOptionError: must supply either home or prefix/exec-prefix -- not both
以下のファイルを作成しておくことで回避できる。
~/.pydistutils.cfg
[install]
prefix=