Skip to content

Instantly share code, notes, and snippets.

View AllanStark's full-sized avatar

Allan AllanStark

  • Mexico
View GitHub Profile

Abrir sublime text2 desde la terminal de mac

Instalacion

lo primero que hay que hacer es crear un enlace simbolico (http://www.alegsa.com.ar/Dic/symbolic link.php) a subl Abre la terminal y ejecuta la siguiente linea :

ln -s /Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl

@AllanStark
AllanStark / EjemplosPython.py
Created November 20, 2018 23:15 — forked from HiroNakamura/EjemplosPython.py
Ejemplos de Python
# -*- coding: cp1252 -*-
'''
[Programación en Python]
'''
'''
Python tiene veintiocho palabras clave:
and continue else for import not raise
assert def except from in or return
break del exec global is pass try