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-test-py39 /bin/python"}' > .vscode/settings.json
6
+ echo '{"python.defaultInterpreterPath": "/workspace/ pymc-experimental/env /bin/python"}' > .vscode/settings.json
7
7
conda init bash && source ~/.bashrc
8
- conda env update -f conda-envs/environment-test-py39.yml
9
- conda activate pymc-test-py39
8
+ conda env update -f conda-envs/environment-test-py39.yml -p env
9
+ conda activate /workspace/ pymc-experimental/env
10
10
pip install -r requirements-dev.txt
11
11
pip install -e .
12
12
command : |
13
- conda init bash && echo "conda activate pymc-test-py39 " >> ~/.bashrc && source ~/.bashrc && conda activate pymc-test-py39
13
+ conda init bash && echo "conda activate /workspace/ pymc-experimental/env " >> ~/.bashrc && source ~/.bashrc
14
14
15
15
vscode :
16
16
extensions :
You can’t perform that action at this time.
0 commit comments