Skip to content

Commit f60fcce

Browse files
committed
MNT: ensure spyder script launches from the py3.9 conda root
1 parent c0a21ef commit f60fcce

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)