mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
actions take 87
This commit is contained in:
@@ -16,8 +16,11 @@ export mypath=$(pwd)
|
|||||||
cd ~
|
cd ~
|
||||||
|
|
||||||
choco install python $CHOCOPTIONS
|
choco install python $CHOCOPTIONS
|
||||||
export python=python3
|
export python="/c/Python39/bin/python3"
|
||||||
export pip=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