Skip to content

Commit 566d03b

Browse files
AlbertoFDRvringar
authored andcommitted
mamba --force argument removed
1 parent f74e79f commit 566d03b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ if [ "$1" != "--skip-create" ]; then
2929
case "$(uname -s)" in
3030
Darwin)
3131
echo '...using the osx-64 channel for MacOS dependencies'
32-
CONDA_SUBDIR=osx-64 PYTHONNOUSERSITE=True mamba env create --force -q -f environment.yaml
32+
CONDA_SUBDIR=osx-64 PYTHONNOUSERSITE=True mamba env create -q -f environment.yaml
3333
;;
3434
*)
35-
PYTHONNOUSERSITE=True mamba env create --force -q -f environment.yaml
35+
PYTHONNOUSERSITE=True mamba env create -q -f environment.yaml
3636
;;
3737
esac
3838

0 commit comments

Comments
 (0)