mirror of
https://github.com/kennethreitz/conda-buildpack.git
synced 2026-06-05 06:56:13 +00:00
env
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"peacock.color": "#2dcdef"
|
||||
}
|
||||
+1
-1
@@ -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
|
||||
#
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user