diff options
author | xiubuzhe <xiubuzhe@sina.com> | 2023-10-10 19:11:12 +0800 |
---|---|---|
committer | xiubuzhe <xiubuzhe@sina.com> | 2023-10-10 19:11:12 +0800 |
commit | c12c79537a53c10ff5a67a47e4f939e7d6a26805 (patch) | |
tree | dfb0e79d4bcf4a11b328ddcebb6b80917ef33549 /etc | |
parent | 761f7e6618b74d4818348b64c96c263dfa31fb03 (diff) | |
download | sunhpc-c12c79537a53c10ff5a67a47e4f939e7d6a26805.tar.gz sunhpc-c12c79537a53c10ff5a67a47e4f939e7d6a26805.tar.bz2 sunhpc-c12c79537a53c10ff5a67a47e4f939e7d6a26805.zip |
modify env.sunhpc
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 |