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