Skip to content

Commit

Permalink
Re #5939. Make sure any local IPython is picked up first.
Browse files Browse the repository at this point in the history
Before a system installed one.
  • Loading branch information
RussellTaylor committed Oct 4, 2013
1 parent e512379 commit 4923824
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Code/Mantid/MantidPlot/ipython_widget/__init__.py
@@ -1 +1,6 @@
# Make sure we pick up out local IPython, before any system-installed one
import sys
from os import path
sys.path.insert(0,path.split(path.dirname(__file__))[0])

from mantid_ipython_widget import *

0 comments on commit 4923824

Please sign in to comment.