File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 11
2+ image : condaforge/mambaforge:22.9.0-2 # https://stackoverflow.com/questions/74413538/how-to-efficiently-set-up-development-conda-env-in-gitpod
3+
24tasks : # before and init tasks are pre-built: https://www.gitpod.io/docs/configure/projects/prebuilds
35 - name : OpenBB Terminal # Install and Setup: miniconda, openbb terminal and openbb sdk
4- before : |
5- wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh
6- bash ~/miniconda.sh -b -p ${HOME}/miniconda
7- eval "$(${HOME}/miniconda/bin/conda shell.bash hook)"
8- conda init
9- conda install -n base -c conda-forge mamba -y
10- mamba create -n genelab-utils -c conda-forge -c bioconda -c defaults -c astrobiomike 'genelab-utils>=1.1.02' -y
6+ init : |
117 git clone https://github.com/OpenBB-finance/OpenBBTerminal.git
128 cd OpenBBTerminal
13- init : |
149 conda create -n obb python=3.9.6 -y
1510 conda activate obb
1611 pip install openbb==2.0.0
You can’t perform that action at this time.
0 commit comments