File tree 2 files changed +5
-4
lines changed 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -44,3 +44,4 @@ pytestdebug.log
44
44
45
45
# Codespaces
46
46
pythonenv *
47
+ env /
Original file line number Diff line number Diff line change 3
3
- name : initialize
4
4
init : |
5
5
mkdir -p .vscode
6
- echo '{"python.defaultInterpreterPath": "/home/gitpod/.conda/envs/ pymc-dev /bin/python"}' > .vscode/settings.json
6
+ echo '{"python.defaultInterpreterPath": "/workspace/ pymc/env /bin/python"}' > .vscode/settings.json
7
7
conda init bash && source ~/.bashrc
8
- conda env update -f conda-envs/environment-dev.yml
9
- conda activate pymc-dev
8
+ conda env update -f conda-envs/environment-dev.yml -p /workspace/pymc/env
9
+ conda activate /workspace/ pymc/env
10
10
pip install -e .
11
11
command : |
12
- conda init bash && echo "conda activate pymc-dev " >> ~/.bashrc && source ~/.bashrc && conda activate pymc-dev
12
+ conda init bash && echo "conda activate /workspace/ pymc/env " >> ~/.bashrc && source ~/.bashrc
13
13
14
14
vscode :
15
15
extensions :
You can’t perform that action at this time.
0 commit comments