Skip to content

Commit

Permalink
need another python path so insert-ethers can find snack
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Bruno committed Jun 26, 2015
1 parent 55dfd5f commit e944386
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/foundation/python/sitecustomize.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@
'python%s' % sys.version[:3], 'site-packages')

site.addsitedir(path)

#
# for stacki 7.x
#
path = os.path.join('/opt', 'stack', 'redhat', 'usr', libdir,
'python2.7', 'site-packages')

site.addsitedir(path)

0 comments on commit e944386

Please sign in to comment.