File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
language : C
2
2
3
3
install :
4
- - CHANNEL=http://eupsforge.net/conda/dev ./install.sh lsst-sims pandas nose
4
+ - CHANNEL=http://conda.lsst.codes/sims ./install.sh lsst-sims pandas nose
5
5
- export PATH="$HOME/miniconda/bin:$PATH"
6
6
- source eups-setups.sh
7
7
- setup lsst_sims
Original file line number Diff line number Diff line change 5
5
#
6
6
7
7
MINICONDA_VERSION=${MINICONDA_VERSION:- 3.19.0} # you can use "latest" if you don't care
8
- CHANNEL=${CHANNEL:- " http://eupsforge.net/conda/dev " } # the URL to the conda channel where LSST conda packages reside
8
+ CHANNEL=${CHANNEL:- " http://conda.lsst.codes/sims " } # the URL to the conda channel where LSST conda packages reside
9
9
PACKAGES=" $@ " # the top-level LSST package you want installed (lsst-distrib for DM, lsst-sims for simulations)
10
10
11
11
# #######################################################################################################
You can’t perform that action at this time.
0 commit comments