Install python module to non default version of python on Mac

后端 未结 3 1272
遥遥无期
遥遥无期 2021-01-12 02:59

I have a couple different versions of Python installed on my Mac. The default version is 2.5, so when I install a module it gets installed to 2.5. I need to be able to insta

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-12 03:39

    If you're installing through setuptools (ie python setup.py), it will install to the lib directory for the python executable you use (unless it's a broken package).

提交回复
热议问题