Skip to content
Mathijs de Bruin 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'

Show available commands

  • Mac: command-shift-p
  • Windows: control-shift-p

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

Clone this wiki locally