mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
e288ed5a9e
https://www.python.org/downloads/release/python-385/ Release contains a couple of security bugfixes. Changelog: https://docs.python.org/release/3.8.5/whatsnew/changelog.html#changelog
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
|