mirror of
https://github.com/kennethreitz/conda-buildpack.git
synced 2026-06-05 06:56:13 +00:00
cleanup
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"peacock.color": "#2dcdef"
|
||||
}
|
||||
@@ -1,9 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
export PATH=$BUILD_DIR/.heroku/miniconda/bin:$PATH
|
||||
|
||||
if [ ! -d /app/.heroku/miniconda ]; then
|
||||
puts-step "Preparing Python/Miniconda Environment"
|
||||
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
|
||||
|
||||
# curl -Os https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh
|
||||
bash $ROOT_DIR/ext/Miniconda-latest-Linux-x86_64.sh -p /app/.heroku/miniconda/ -b | indent
|
||||
|
||||
conda update conda
|
||||
conda install pip --yes | indent
|
||||
fi
|
||||
|
||||
Vendored
BIN
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user