Add a util to dump pythonpath
This commit is contained in:
parent
3f50b3af9c
commit
0aaf949dbf
5
configs/scripts/show-pythonpath
Normal file
5
configs/scripts/show-pythonpath
Normal file
@ -0,0 +1,5 @@
|
||||
#! /usr/bin/env python
|
||||
import sys
|
||||
|
||||
for entry in sys.path:
|
||||
print(" - " + entry)
|
Loading…
x
Reference in New Issue
Block a user