#%Module1.0#####################################################################
##
## opt-python modulefile
##
## modulefiles/
##
proc ModulesHelp { } {
	global pythonversion 

	puts stderr "\t Use /opt/python/bin/python as your Python"
	puts stderr "\n\tVersion $pythonversion\n"
}

module-whatis	"opt-python"
module-whatis	"Version: 2.7.13 and 3.6"

# for Tcl script use only
set	pythonversion 2.7.13

prepend-path PATH /opt/python/bin
prepend-path LD_LIBRARY_PATH /opt/python/lib
prepend-path LIBPATH /opt/python/lib
prepend-path MANPATH /opt/python/share/man
