Skip to content

Commit

Permalink
fix: python3.8 path
Browse files Browse the repository at this point in the history
  • Loading branch information
sriram-mv committed Feb 6, 2020
1 parent 48be13e commit 0d77c55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor-windows-build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ init:
install:

- ps: "mkdir -Force D:\\tmp"
- "SET PATH=%PYTHON_HOME%;%PATH%;C:\\Python36-x64;C:\\Python27-x64;C:\\Python38-x64"
- "SET PATH=%PYTHON_HOME%;%PATH%;C:\\Python36-x64;C:\\Python27-x64;C:\\Python38"
- "echo %PYTHON_HOME%"
- "echo %PATH%"
- "python --version"
# Check if python3.8 exists on the image
- "C:\\Python38-x64\\python.exe --version"
- "C:\\Python38\\python.exe --version"

# Upgrade setuptools, wheel and virtualenv
- "python -m pip install --upgrade setuptools wheel virtualenv"
Expand Down

0 comments on commit 0d77c55

Please sign in to comment.