Azure: force symlink for python3

This commit is contained in:
Pierre Kancir 2020-12-29 21:37:26 +01:00 committed by Peter Barker
parent ebb0b4c265
commit 1810786881
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
- script: C:\Cygwin\bin\bash --login -c "cd $(cygpath '%BUILD_SOURCESDIRECTORY%') && git submodule update --recursive --init --depth 2" - script: C:\Cygwin\bin\bash --login -c "cd $(cygpath '%BUILD_SOURCESDIRECTORY%') && git submodule update --recursive --init --depth 2"
displayName: Initialize submodules displayName: Initialize submodules
- script: C:\Cygwin\bin\bash --login -c "ln -s /usr/bin/python3.6 /usr/bin/python && ln -s /usr/bin/pip3.6 /usr/bin/pip" - script: C:\Cygwin\bin\bash --login -c "ln -sf /usr/bin/python3.6 /usr/bin/python && ln -sf /usr/bin/pip3.6 /usr/bin/pip"
displayName: 'Make Python 3.6 the default Python' displayName: 'Make Python 3.6 the default Python'
- script: C:\Cygwin\bin\bash --login -c "cd $(cygpath '%BUILD_SOURCESDIRECTORY%') && - script: C:\Cygwin\bin\bash --login -c "cd $(cygpath '%BUILD_SOURCESDIRECTORY%') &&