Linux 查看Python3路径方式

方法1:

whereis python3
查看所有python的路径,不止一个
在这里插入图片描述

方法2:

which python3
查看当前使用的python路径
在这里插入图片描述

你可能感兴趣的:(linux)