-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pipeline): make toolbox available for airflow
- Loading branch information
Andreas Helms
authored and
Andreas Helms
committed
May 30, 2024
1 parent
fe647f0
commit 967642b
Showing
2 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
#!/bin/bash | ||
|
||
~/miniconda3/bin/conda init bash | ||
conda init bash | ||
|
||
source ~/.bashrc | ||
|
||
conda create -y --name ect --channel conda-forge esa-climate-toolbox↲ | ||
conda create -y --name ect --channel conda-forge esa-climate-toolbox | ||
conda info --envs | ||
|
||
conda activate ect | ||
echo 'source activate ect' >> ~/.bashrc |