mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
60b9d1a562
Since they were released yesterday: https://www.python.org/downloads/release/python-3612/ https://www.python.org/downloads/release/python-379/ Closes @W-7975179@. Closes @W-7975181@.
5 lines
85 B
Bash
Executable File
5 lines
85 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Build Path: /app/.heroku/python/
|
|
|
|
source $(dirname $0)/python3
|