1
ewconfig/scripts/show-pythonpath

6 lines
75 B
Python
Executable File

#! /usr/bin/env python
import sys
for entry in sys.path:
print(entry)