gpt4 book ai didi

python-3.x -/usr/bin/python3 和/bin/python3 有什么区别

转载 作者:行者123 更新时间:2023-12-04 18:26:51 24 4
gpt4 key购买 nike

所以,我正在使用 Visual Studio 代码,想看看我的 Ubuntu 21.04 机器中的 vscode 中的解释器有什么选项,我发现这些 options .首先是虚拟环境 python 解释器,我猜第二个是系统 python 解释器,所以我得到的第三个解释器选项是什么,这是我的问题。

最佳答案

来自 Linux file-hierarchy manual :

/bin/, /sbin/, /usr/sbin/

These compatibility symlinks point to /usr/bin/, ensuring that scripts and binaries referencing these legacy paths correctly find their binaries.


在我的电脑(Ubuntu 20.04) /bin/python3是指向 /usr/bin/python3.8 的链接.基本上,链接 /bin/python3存在以便在 /bin 中查找 python 可执行文件的遗留程序工作。

关于python-3.x -/usr/bin/python3 和/bin/python3 有什么区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68728225/

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