File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 129
129
# Create base directory.
130
130
mkdir -p " $bundle_contents "
131
131
132
- # Create conda environment internally. --copy ensures no symlinks are used
132
+ # Create conda environment internally. --always- copy ensures no symlinks are used
133
133
bundle_conda_prefix=" $bundle_contents "
134
134
135
135
echo " Creating Conda environment in '$bundle_conda_prefix '"
136
- " $CONDA_EXE " create --quiet --prefix " $bundle_conda_prefix " --copy \
136
+ " $CONDA_EXE " create --quiet --prefix " $bundle_conda_prefix " --always- copy \
137
137
--channel " $conda_channel " --channel conda-forge --yes \
138
138
mantidworkbench \
139
139
jq # used for processing the version string
Original file line number Diff line number Diff line change 197
197
mkdir -p " $bundle_contents " /{Resources,MacOS}
198
198
199
199
# Create conda environment internally.
200
- # --copy ensures no symlinks are used
200
+ # --always- copy ensures no symlinks are used
201
201
# --platform osx-64 is required to allow ARM-based systems to install the osx-64 mantid packages.
202
202
bundle_conda_prefix=" $bundle_contents " /Resources
203
203
204
204
echo " Creating Conda environment in '$bundle_conda_prefix '"
205
- " $CONDA_EXE " create --quiet --prefix " $bundle_conda_prefix " --copy --platform osx-64 \
205
+ " $CONDA_EXE " create --quiet --prefix " $bundle_conda_prefix " --always- copy --platform osx-64 \
206
206
--channel " $conda_channel " --channel conda-forge --yes \
207
207
mantidworkbench \
208
208
jq # used for processing the version string
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ mkdir $COPY_DIR
74
74
75
75
echo " Creating conda env from mantidworkbench and jq"
76
76
" $CONDA_EXE " create --prefix $CONDA_ENV_PATH \
77
- --copy --channel $CONDA_CHANNEL --channel conda-forge -y \
77
+ --always- copy --channel $CONDA_CHANNEL --channel conda-forge -y \
78
78
mantidworkbench \
79
79
m2w64-jq
80
80
echo " Conda env created"
You can’t perform that action at this time.
0 commit comments