Skip to content

Commit 4b0ec9c

Browse files
authored
Merge pull request #29 from ComputeCanada/revert-28-pythonpath_priority
Revert "added a priority to PYTHONPATH to keep our sitecustomize.py ahead of …"
2 parents 2844b43 + 8a0b7ce commit 4b0ec9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/gentoo/2020.lua.core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ prepend_path("INFOPATH", pathJoin(root, "usr/share/binutils-data/x86_64-pc-linux
1616
prepend_path("MANPATH", pathJoin(root, "usr/share/man"))
1717
prepend_path("MANPATH", pathJoin(root, "usr/share/binutils-data/x86_64-pc-linux-gnu/2.33.1/man"))
1818
prepend_path("MANPATH", pathJoin(root, "usr/share/gcc-data/x86_64-pc-linux-gnu/9.3.0/man"))
19-
prepend_path{"PYTHONPATH", "/cvmfs/soft.computecanada.ca/custom/python/site-packages",priority=100}
19+
prepend_path("PYTHONPATH", "/cvmfs/soft.computecanada.ca/custom/python/site-packages")
2020
local posix = require "posix"
2121
-- RedHat based systems
2222
if posix.stat("/etc/pki/tls/certs/","type") == "directory" then

0 commit comments

Comments
 (0)