【发布时间】:2023-09-25 07:05:01
【问题描述】:
我已经在我的桌面上安装了 python3.6,里面已经有 python3.5 和 python2.7。我将 python 和 python3 的默认路径更改为 python3.6,但似乎 python-config 仍在 python2.7 上,而 python3-config 仍在 python3.5 上。如何将默认的 python3-config 或 python-config 更改为 python3.6-config? 感谢您的帮助!
【问题讨论】:
-
python-config 通常是一个符号链接,因此您需要删除它们并将其指向正确的 python-config 版本
标签: python-config