mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
7c4f55bc32
To be consistent with the other build formulas after #799. Refs @W-7947035@. [skip changelog]
5 lines
85 B
Groff
Executable File
5 lines
85 B
Groff
Executable File
#!/usr/bin/env bash
|
|
# Build Path: /app/.heroku/python/
|
|
|
|
source $(dirname $0)/python3
|