Macports Port Select Commands

后端 未结 1 2033
小蘑菇
小蘑菇 2020-12-13 13:58

What are the new commands & or equivalents of:

python_select -L (shows available python versions)

python_select -s (sets the default version of your cho         


        
相关标签:
1条回答
  • 2020-12-13 14:55

    To list:

    port select --list python
    

    To show:

    port select --show python
    

    To select:

    sudo port select --set python <the python version>
    
    0 讨论(0)
提交回复
热议问题