python location on mac osx

前端 未结 12 1854
失恋的感觉
失恋的感觉 2020-11-28 02:02

I\'m a little confused with the python on osx. I do not know if the previous owner of the laptop has installed macpython using macport. And I remembered that osx has an buil

12条回答
  •  一生所求
    2020-11-28 02:48

    I checked a few similar discussions and found out the best way to locate all python2/python3 builds is:

    which -a python python3
    

提交回复
热议问题