pkg(pure-0.68): Add python alias.

This commit is contained in:
Shivansh-007 2021-03-20 14:04:33 +05:30 committed by GitHub
parent 276277e7b3
commit 9e8dd1483f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"