full path to win python

This commit is contained in:
Jay Lee
2019-09-18 18:14:58 -04:00
parent fc6e6d1ab6
commit 2fc301d061
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ ls -al /c/Python37/DLLs
until cp -v /c/ssl/*.dll /c/Python37/DLLs; do echo "trying again..."; done
export PATH=$PATH:/c/Python37/scripts
cd $mypath
export python=python
export python=/c/Python37/python.exe
export pip=pip
$pip install --upgrade pip

View File

@@ -20,7 +20,7 @@ ls -al /c/Python37/DLLs
until cp -v /c/ssl/*.dll /c/Python37/DLLs; do echo "trying again..."; done
export PATH=$PATH:/c/Python37/scripts
cd $mypath
export python=python
export python=/c/Python37/python.exe
export pip=pip
$pip install --upgrade pip