diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/env.sunhpc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/env.sunhpc b/etc/env.sunhpc index aa56e1f..640f562 100644 --- a/etc/env.sunhpc +++ b/etc/env.sunhpc @@ -21,7 +21,7 @@ else fi # python .pth config -SUNHPC_PTH=/opt/sunpy3/lib/python3.9/site-packages/sunhpc.pth +SUNHPC_PTH=/opt/sunpy3/lib/python3.12/site-packages/sunhpc.pth #SUNHPC_PTH=/opt/sunpy3/lib/python3.10/site-packages/sunhpc.pth [ ! -e $SUNHPC_PTH ] && echo "$SUNHPC_HOME/lib" > $SUNHPC_PTH |