Python 3.7.12 Update (#7726)
Python 3.7.12 security updates Signed-off-by: Steve Pham <82231385+spham-amzn@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ SETLOCAL
|
||||
SET CMD_DIR=%~dp0
|
||||
SET CMD_DIR=%CMD_DIR:~0,-1%
|
||||
|
||||
SET PYTHONHOME=%CMD_DIR%\runtime\python-3.7.10-rev2-windows\python
|
||||
SET PYTHONHOME=%CMD_DIR%\runtime\python-3.7.12-rev1-windows\python
|
||||
|
||||
IF EXIST "%PYTHONHOME%" GOTO PYTHONHOME_EXISTS
|
||||
|
||||
|
||||
+3
-3
@@ -17,11 +17,11 @@ done
|
||||
DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
|
||||
|
||||
if [[ "$OSTYPE" == *"darwin"* ]]; then
|
||||
PYTHON=$DIR/runtime/python-3.7.10-rev1-darwin/Python.framework/Versions/3.7/bin/python3
|
||||
PYTHON=$DIR/runtime/python-3.7.12-rev1-darwin/Python.framework/Versions/3.7/bin/python3
|
||||
elif [[ "$OSTYPE" == "msys" ]]; then
|
||||
PYTHON=$DIR/runtime/python-3.7.10-rev2-windows/python/python.exe
|
||||
PYTHON=$DIR/runtime/python-3.7.12-rev1-windows/python/python.exe
|
||||
else
|
||||
PYTHON=$DIR/runtime/python-3.7.10-rev2-linux/python/bin/python
|
||||
PYTHON=$DIR/runtime/python-3.7.12-rev1-linux/python/bin/python
|
||||
fi
|
||||
|
||||
if [[ -e "$PYTHON" ]];
|
||||
|
||||
Reference in New Issue
Block a user