Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit566d03b

Browse files
AlbertoFDRvringar
authored andcommitted
mamba --force argument removed
1 parentf74e79f commit566d03b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎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)

[8]ページ先頭

©2009-2025 Movatter.jp