mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 21:01:36 +00:00
actions take 89
This commit is contained in:
@@ -15,12 +15,13 @@ echo "This is a ${BITS}-bit build for ${PLATFORM}"
|
|||||||
export mypath=$(pwd)
|
export mypath=$(pwd)
|
||||||
cd ~
|
cd ~
|
||||||
|
|
||||||
choco install python $CHOCOPTIONS
|
choco install python --limit-output $CHOCOPTIONS
|
||||||
|
until [ -f "/c/Python39/bin/python3.exe" ]; do
|
||||||
|
sleep 5
|
||||||
|
ls -l /c/Python39/
|
||||||
|
done
|
||||||
export python="/c/Python39/bin/python3"
|
export python="/c/Python39/bin/python3"
|
||||||
export pip="/c/Python39/bin/pip3"
|
export pip="/c/Python39/bin/pip3"
|
||||||
ls -l /
|
|
||||||
ls -l /c
|
|
||||||
ls -l /c/Python39/
|
|
||||||
|
|
||||||
# Python
|
# Python
|
||||||
#echo "Installing Python..."
|
#echo "Installing Python..."
|
||||||
|
|||||||
Reference in New Issue
Block a user