actions take 87

This commit is contained in:
Jay Lee
2020-12-04 16:09:26 -05:00
parent e337d1f116
commit 734b8bfd40

View File

@@ -16,8 +16,11 @@ export mypath=$(pwd)
cd ~
choco install python $CHOCOPTIONS
export python=python3
export pip=pip3
export python="/c/Python39/bin/python3"
export pip="/c/Python39/bin/pip3"
ls -l /
ls -l /c
ls -l /c/Python39/
# Python
#echo "Installing Python..."