We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2200d8 commit d17806eCopy full SHA for d17806e
.devcontainer/setup.sh
@@ -8,7 +8,7 @@ conda init --all
8
micromamba shell init -s bash
9
10
micromamba env create -f build_tools/circle/doc_environment.yml -n sklearn-dev --yes
11
-# echo "conda activate sklearn-dev >> ~/.bashrc
+echo "micromamba activate sklearn-dev" >> $HOME/.bashrc
12
13
# Note that `micromamba activate sklearn-dev` doesn't work, it must be run by the
14
# user (same applies to `conda activate`)
0 commit comments