gpt4 book ai didi

python - python 2 和 3 的目录位置

转载 作者:太空宇宙 更新时间:2023-11-04 09:18:35 24 4
gpt4 key购买 nike

在我的usr/bin目录下,有3个python的可执行文件——python、python27、python36

python文件指向哪个版本的python?我应该将什么参数传递给 cmake find_program 以获取 python 3 版本?

最佳答案

What argument should I pass to cmake find_program to get the python 3 version? -

find_program 通过其文件名 搜索可执行文件,因此您需要传递python36 才能找到它。

但查找 python 可执行文件的首选方法是 find_package(PythonInterp) .这样你就可以指定最低版本而不关心确切的文件名:

find_package(PythonInterp 3)

关于python - python 2 和 3 的目录位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44482492/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com