Skip to content

Instantly share code, notes, and snippets.

@neophytos-theodorou
neophytos-theodorou / ipython_venv.sh
Created July 28, 2016 09:56
Use an alias that makes sure iPython is loaded from inside the venv
alias ipy="python -c 'import IPython; IPython.terminal.ipapp.launch_new_instance()'"
@neophytos-theodorou
neophytos-theodorou / venv_python3.sh
Last active July 28, 2016 09:21
Creating a virtualenv usign python3
virtualenv -p python3 envname