As configured in my dotfiles.
start new:
tmux
start new with session name:
As configured in my dotfiles.
start new:
tmux
start new with session name:
| running install | |
| running bdist_egg | |
| running egg_info | |
| writing SimpleCV.egg-info/PKG-INFO | |
| writing top-level names to SimpleCV.egg-info/top_level.txt | |
| writing dependency_links to SimpleCV.egg-info/dependency_links.txt | |
| writing entry points to SimpleCV.egg-info/entry_points.txt | |
| reading manifest file 'SimpleCV.egg-info/SOURCES.txt' | |
| writing manifest file 'SimpleCV.egg-info/SOURCES.txt' | |
| installing library code to build/bdist.linux-x86_64/egg | 
| import SimpleCV | |
| camera = SimpleCV.Camera() | |
| image = camera.getImage() | |
| image.show() | 
| #!/usr/bin/env python | |
| import os | |
| import shlex | |
| import struct | |
| import platform | |
| import subprocess | |
| def get_terminal_size(): | |
| """ getTerminalSize() | 
| if $TERM == "xterm-256color" | |
| set t_Co=256 | |
| endif | |
| colorscheme jelleybeans | |
| set guifont=Monaco:h12 | |
| let NERDTreeQuitOnOpen=0 | |
| map <C-J> <C-W>j | |
| map <C-K> <C-W>k | 
mkdir tutorial-django cd tutorial-django
virtualenv venv source venv/bin/activate
mkdir src cd src
| "vemos las diferecias entre nuestra entidad en symfony y la db" | |
| $ php app/console doctrine:schema:update --dump-sql | |
| "ejecutamos comandos sql para realizar los cambios anteriores" | |
| $ php app/console doctrine:schema:update --force | |
| $ php app/console doctrine:generate:entities --help | |
| "genera getter and setter para la entidad HackspaceUniChatBundle" | |
| $ php app/console dorctrine:generate:entities HackspaceUniChatBundle:Mensaje | |
Esta configuracion sera usada bajo el SO Ubuntu.
Atentamente. Comunidad python-uni
GIT