conda: path changes (#49)

This commit is contained in:
Samruddhi Khandale 2022-06-14 14:38:31 -07:00 committed by GitHub
parent 423b6d5542
commit bc30428c91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
},
"containerEnv": {
"CONDA_DIR": "/usr/local/conda",
"PATH": "${CONDA_DIR}/bin:${PATH}"
"PATH": "${PATH}:${CONDA_DIR}/bin:"
},
"install": {
"app": "",