Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update wcoss2.lua.
  • Loading branch information
EdwardSafford-NOAA committed Nov 21, 2024
1 parent d0f12a0 commit 75d4004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modulefiles/obs-monitor/wcoss2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ local pkgNameVer = myModuleFullName()
conflict(pkgName)


load ("python/3.10.4")
load ("python/3.12.0")

local pyenvpath = "/lfs/h2/emc/da/noscrub/edward.safford/python/envs/"
local pyenvname = "obs-mon"
Expand All @@ -20,7 +20,7 @@ if (mode() == "load") then
local activate_cmd = "source "..pyenvactivate
execute{cmd=activate_cmd, modeA={"load"}}
prepend_path("PATH", "/lfs/h2/emc/da/noscrub/edward.safford/python/envs/obs-mon/bin")
prepend_path("PYTHONPATH", "/lfs/h2/emc/da/noscrub/edward.safford/python/envs/obs-mon")
setenv("PYTHONPATH","/lfs/h2/emc/da/noscrub/edward.safford/python/envs/obs-mon/lib/python3.12/site-packages")

else
if (mode() == "unload") then
Expand Down

0 comments on commit 75d4004

Please sign in to comment.