Skip to content
Anselm Köhler edited this page Jan 9, 2014 · 31 revisions

Cygwin

SublimeText

Setting SublimeText as default text editor (Mac) in ~/.bash_profile:

# SublimeText 2 as default editor
export EDITOR='subl -w'

Common keyboard shortcuts

  • Show available commands: ⌘-⇧-p / Control-Shift-P
  • (Un)indent selection: ⌘-] / Control-] resp. ⌘-[ / Control-[
  • (Un)comment selected lines: ⌘-/ / Control-/

PIP

  • Installing pip: $ easy_install pip
  • Installing ipdb: $ pip install ipdb --no-use-wheel
  • Installing ipython: $ pip install ipdb --no-use-wheel

Running Virtual Machines

Canopy

IPython

VirtualEnv

Note: deactivate is problematic for Canopy. Workaround: close terminal and start a new one.

GIT