MacOS – Which Python packages are installed on Mavericks

macospython

The title says it all: How can I find out which Python packages are pre-installed with Mavericks?

Best Answer

According to StackOverflow you just can type

python -c "help('modules')"

or

pip freeze