• Petr Bělohlávek's avatar
    python: add alias to run the proper IPython based on virtualenv · 6b54302b
    Petr Bělohlávek authored
    Current state: a user invokes `ipython` and is provided with the IPython
    instance regarding the `$PATH`.
    
    Proposed state: a user invokes `ipython` (which is a new alias in the
    *python plugin*) and is provided with the proper IPython instance regarding
    the currently activated virtualenv.
    
    Example: the user's default Python is 2.7 with installed IPython 2.7. User
    activates Python 3.5 virtualenv where he installs IPython 3.5. After
    activating the environment, one expects `ipython` to run the version 3.5,
    which does not happen by default. Instead, IPython 2.7 is used, which in
    counter-intuitive and often causes problem.
    
    Closes #5797
    6b54302b
Name
Last commit
Last update
.github Loading commit data...
cache Loading commit data...
custom Loading commit data...
lib Loading commit data...
log Loading commit data...
plugins Loading commit data...
templates Loading commit data...
themes Loading commit data...
tools Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
oh-my-zsh.sh Loading commit data...