python - 如何列出已安装的 python 解释器?

标签 python linux ubuntu

如何列出已安装的 python 解释器?

例如 which python 只给我当前的 python 解释器,但我需要所有的解释器。

如果重要,我使用 Ubuntu 12.04。

最佳答案

ls -la/usr/bin/python* 应该会显示所有 python 可执行文件。

关于python - 如何列出已安装的 python 解释器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41870983/

相关文章:

linux - 通过添加额外的以太网接口(interface)来增加临时端口

linux - 使用 bash 脚本打开最新下载的文件

java - 在 Ubuntu 14.04 上启动 Pycharm 时出错

python - 使用彩色背景使图形透明

php - 使用 PHP 获取 UNIX 服务器每月带宽使用情况

linux - cpu 注册顺序在汇编中重要吗?

ubuntu - 尽管在终端中使用 Vim,但配色方案在 gvim 中不起作用

python - "localhost"与 "127.0.0.1"性能

python - 路径 ('accounts/' ,包括(accounts.urls)),NameError : name 'accounts' is not defined

python - 从某个键拆分 python 字典