diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..d13ed0f --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "peacock.color": "#2dcdef" +} \ No newline at end of file diff --git a/bin/compile b/bin/compile index 7b4393f..d26283f 100755 --- a/bin/compile +++ b/bin/compile @@ -74,7 +74,7 @@ set -e mkdir -p $(dirname $PROFILE_PATH) # Actuall do the conda steps. -source $BIN_DIR/steps/conda_compile +source $BIN_DIR/steps/1 # ### Finalize # diff --git a/bin/steps/conda_compile b/bin/steps/conda_compile index 34fe352..44977a1 100755 --- a/bin/steps/conda_compile +++ b/bin/steps/conda_compile @@ -7,10 +7,11 @@ if [ ! -d /app/.heroku/miniconda ]; then curl -Os https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh bash Miniconda-latest-Linux-x86_64.sh -p /app/.heroku/miniconda/ -b | indent rm -fr Miniconda-latest-Linux-x86_64.sh - + # Rehash executables in PATH. hash -r - + env + conda update conda conda install pip --yes | indent fi