inux怎么查看python包版本及位置

查看包的版本:

pip list

在这里插入图片描述

查看包对应的路径信息:

pip show pyext

在这里插入图片描述