Skip to content

Commit

Permalink
remove env remove command
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarcsj committed Jan 10, 2025
1 parent 750f246 commit 29f4201
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion misc/one_click_macos/create_installer_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ FILE=alphamap.pkg
if test -f "$FILE"; then
rm alphamap.pkg
fi
conda env remove -n alphamapinstaller
conda create -n alphamapinstaller python=3.8 -y
conda activate alphamapinstaller

Expand Down

0 comments on commit 29f4201

Please sign in to comment.