mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
full path to win python
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user