Skip to content

Commit d17806e

Browse files
committed
Tweak
1 parent f2200d8 commit d17806e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ conda init --all
88
micromamba shell init -s bash
99

1010
micromamba env create -f build_tools/circle/doc_environment.yml -n sklearn-dev --yes
11-
# echo "conda activate sklearn-dev >> ~/.bashrc
11+
echo "micromamba activate sklearn-dev" >> $HOME/.bashrc
1212

1313
# Note that `micromamba activate sklearn-dev` doesn't work, it must be run by the
1414
# user (same applies to `conda activate`)

0 commit comments

Comments
 (0)