Skip to content

Commit

Permalink
python from s3
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Apr 23, 2024
1 parent e067bf3 commit 315ca31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
cwd "#{prefix}"
code <<-VENV
set -e
curl https://www.python.org/ftp/python/#{python_version}/Python-#{python_version}.tgz -o Python-#{python_version}.tgz
aws s3 cp s3://hgreebe-dependencies/archives/dependencies/python/Python-#{python_version}.tgz Python-#{python_version}.tgz
tar -xzf Python-#{python_version}.tgz
cd Python-#{python_version}
./configure --prefix=#{prefix}/versions/#{python_version}
Expand Down

0 comments on commit 315ca31

Please sign in to comment.