2011-07-07 19 views
24

何の新しいコマンド&または等価物である:--show--set、私は彼らが--listに変更されている知っているMacPortsのポートセレクトコマンド

python_select -L (shows available python versions) 

python_select -s (sets the default version of your choice of python). 

が、適切に使用する方法の例があるようには思えませんそれぞれ。例えば、私がport select --setを使用している場合、私は次を得る:

Error: port select [--list |--set |--show] [].

答えて

48

リストに:

port select --list python 

表示するには:

port select --show python 

を選択するには:

sudo port select --set python <the python version> 
関連する問題