Skip to content

Commit

Permalink
Honor ANACONDA_WIDGETS_OVERRIDES
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Nov 4, 2015
1 parent 3224062 commit bf14c1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions anaconda
Expand Up @@ -179,6 +179,10 @@ def setupPythonUpdates():
from distutils.sysconfig import get_python_lib
import gi.overrides

if "ANACONDA_WIDGETS_OVERRIDES" in os.environ:
for path in os.environ["ANACONDA_WIDGETS_OVERRIDES"].split(":"):
gi.overrides.__path__.insert(0, os.path.abspath(path))

# Temporary hack for F18 alpha to symlink updates and product directories
# into tmpfs. To be removed after beta in order to directly use content
# from /run/install/ -- JLK
Expand Down

0 comments on commit bf14c1a

Please sign in to comment.