# # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. # # # This file is present as a hook to allow developers to insert # environment variables-- in particular, to allow the use of an # alternate set of IPS or other bits-- into the brand hooks. # # End users should not modify this file. # # export PKGPROTO=/path/to/proto_area # mach=$(uname -p) # export PATH=$PKGPROTO/root_$mach/usr/bin:$PATH # export PYTHONPATH=$PKGPROTO/root_$mach/usr/lib/python2.7/vendor-packages/ # unset mach