This commit is contained in:
Kenneth Reitz
2020-07-15 21:37:26 -04:00
parent dda67e278d
commit 3e4e7fd9ae
3 changed files with 7 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"peacock.color": "#2dcdef"
}
+1 -1
View File
@@ -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
#
+3 -2
View File
@@ -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