python -c "import sys; print(sys.executable)"
python -c "import os, sys; print(os.path.dirname(sys.executable))"