Skip to content

Instantly share code, notes, and snippets.

View pablotreo's full-sized avatar
🧡

pablotreo pablotreo

🧡
View GitHub Profile
@pablotreo
pablotreo / gist:1f5f1ac9c32e26906bc60d60f6f8460d
Created July 7, 2017 15:46 — forked from lucasfais/gist:1207002
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt
@pablotreo
pablotreo / gist:160fdb40f06950466a2d
Last active July 7, 2017 15:48
How To Edit Your PATH Environment Variables On Mac OS X

#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:

@pablotreo
pablotreo / gist:4cb0b1cb457255189769
Last active July 7, 2017 15:49
Herramientas para instalación y gestión en OS, como Django.

#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