目录

Linux-查看Python3路径方式

Linux 查看Python3路径方式

方法1:

whereis python3

查看所有python的路径,不止一个

https://i-blog.csdnimg.cn/blog_migrate/e28ca7b072416f492b83d7fcadb09951.png#pic_center

方法2:

which python3

查看当前使用的python路径

https://i-blog.csdnimg.cn/blog_migrate/3bba05fa698455eebf5c7a1a84ccb791.png#pic_center