This is the reason `python3 -c "import sys; print(sys.executable)"` gives you your python path

This is the reason
python3 -c "import sys; print(sys.executable)"
gives you your python path
Was this page helpful?