Python

Python 実行中のインタプリタのフルパスを取得

import sys

print(sys.executable)