mirror of
https://github.com/kennethreitz/conda-buildpack.git
synced 2026-06-05 23:10:17 +00:00
9 lines
141 B
Bash
Executable File
9 lines
141 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# bin/release <build-dir>
|
|
|
|
cat <<EOF
|
|
---
|
|
config_vars:
|
|
PATH: /app/.heroku/anaconda/bin:/usr/local/bin:/usr/bin:/bin
|
|
EOF
|