mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-24 22:16:26 +02:00
pkg(pure-0.68): Add python alias.
This commit is contained in:
parent
276277e7b3
commit
9e8dd1483f
1 changed files with 3 additions and 0 deletions
3
packages/pure/0.68/build.sh
vendored
3
packages/pure/0.68/build.sh
vendored
|
@ -2,6 +2,9 @@
|
|||
|
||||
PREFIX=$(realpath $(dirname $0))
|
||||
|
||||
# Python is available in the container as 'python3' and 'python2', not as 'python'
|
||||
alias python=python3
|
||||
|
||||
# Installing LLVM and clang (the latter is optional but recommended)
|
||||
curl -OL "http://llvm.org/releases/3.4/llvm-3.4.src.tar.gz"
|
||||
curl -OL "http://llvm.org/releases/3.4/clang-3.4.src.tar.gz"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue