port sync, port outdated したら python関係のものがもりもり新しくなってたので
port upgrade outdated して python_select が 0.3_1 になりました。
% port installed python_select
The following ports are currently installed:
python_select @0.3_1 (active)
これまでパッケージ名と同じ python_select コマンドで切り替えられていたのだけど、
python_select コマンドが無くなった模様。
% port contents python_select
Port python_select contains:
/opt/local/etc/select/python/base
/opt/local/etc/select/python/none
/opt/local/etc/select/python/python25-apple
/opt/local/etc/select/python/python26-apple
port select で切り替えれば OK!
% port select
Error: port select [--list|--set|--show] <group> [<version>]
% port select --list python
Available versions for python:
none
python25-apple
python26
python26-apple
python27 (active)
python32
% port select --show python
The currently selected version for 'python' is 'python27'.
% sudo port select --set python python26
Password:
Selecting 'python26' for 'python' succeeded. 'python26' is now active.
% port select --show python
The currently selected version for 'python' is 'python26'.
% port select --list python
Available versions for python:
none
python25-apple
python26 (active)
python26-apple
python27
python32
scala_select も同じよう(port コマンドで切り替えるよう)になるのかな
0 件のコメント:
コメントを投稿