| ⌘T | go to file |
| ⌘⌃P | go to project |
| ⌘R | go to methods |
| ⌃G | go to line |
| ⌘KB | toggle side bar |
| ⌘⇧P | command prompt |
#How To Edit Your PATH Environment Variables On Mac OS X
If you are new to Mac OS X, you may need to know how to edit your PATH. The good news is that this is an easy task on Mac OS X.
The recommended way is by editing your .bash_profile file. This file is read and the commands in it executed by Bash every time you log in to the system. The best part is that this file is specific to your user so you won’t affect other users on the same system by changing it.
###Step 1: Open up a Terminal window (this is in your Applications/Utilites folder by default)
###Step 2: Enter the follow commands:
#Herramientas para instalación y gestión en OS, como Django.
##Easy_install Es un gestor de paquetes para el lenguaje de programación Python que suministra un formato estándar para distribuir programas y bibliotecas, basado en el envoltorio llamado huevos de Python (Python eggs). Esta herramienta ya viene pre-intslada con el sistema operativo.
##Pip Es un sistema usado para instalar y gestionar paquetes de software desarrollados en Python. Una lista de todos los paquetes que gestiona el manejador, se pueden encontrar en el índex de paquetes de Python (PyPI).
####$ easy_install pip