Skip to content

Commit 6aa093e

Browse files
authored
Merge pull request #321 from tangkong/mnt_spyder_env
MNT: ensure spyder script launches from the py3.9 conda root
2 parents c0a21ef + f60fcce commit 6aa093e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/spyder

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
# spyder-env is in the 3.9 conda system, make sure we're in that conda root folder
4+
export PCDS_CONDA_VER=5.9.1
35
source pcds_conda
46
conda activate spyder-env
57
spyder

0 commit comments

Comments
 (0)