10/03/2018

show all PYTHONPATH in command line (tip)



python -c "import sys; print(sys.path)"
or
echo $PYTHONPATH

No comments:

Post a Comment