新しいコマンドおよび/または同等のものは何ですか:
python_select -L (shows available python versions)
python_select -s (sets the default version of your choice of python).
--list
、--set
、--show
に変更されたことは知っていますが、それぞれを適切に使用する方法の例はないようです。たとえば、port select --set
を使用すると、次のようになります。
エラー:ポート選択[--list | --set | --show] []。
リストするには:
port select --list python
表示するには:
port select --show python
選ぶ:
Sudo port select --set python <the python version>