Get a list of paths where Python looks for packages
Invoke the below command to print
sys.path
property:
python3 -c "import sys; print(sys.path)"