-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* change installer miniconda to v3 * assume activation * conda bootup * conda activate * ncis >= 3.01
- Loading branch information
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ set -xe | |
|
||
env | sort | ||
|
||
eval "$(command conda 'shell.bash' 'hook' 2> /dev/null)" | ||
|
||
echo "***** Start: Building Activitysim installer *****" | ||
CONSTRUCT_ROOT="${CONSTRUCT_ROOT:-${PWD}}" | ||
|
||
|
@@ -19,7 +21,7 @@ if [[ "$(uname)" == "Darwin" ]]; then | |
fi | ||
# shellcheck disable=SC2154 | ||
if [[ "${TARGET_PLATFORM}" == win-* ]]; then | ||
conda install -y "nsis=3.01" -c conda-forge --override-channels | ||
conda install -y "nsis>=3.01" -c conda-forge --override-channels | ||
fi | ||
# pip install git+git://github.com/conda/[email protected]#egg=constructor --force --no-deps | ||
conda list | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters