Are there any good step by step tutorials on setting up a Mac to use python, pip and virtualenv setup?
What problems?
easy-install pip
pip install virtualenv
virtualenv myenv
source myenv/bin/activate
myenv/bin/python