Browse Source

Azure: force symlink for python3

zr-v5.1
Pierre Kancir 4 years ago committed by Peter Barker
parent
commit
1810786881
  1. 2
      .azure/azure-pipelines.yml

2
.azure/azure-pipelines.yml

@ -13,7 +13,7 @@ jobs: @@ -13,7 +13,7 @@ jobs:
- script: C:\Cygwin\bin\bash --login -c "cd $(cygpath '%BUILD_SOURCESDIRECTORY%') && git submodule update --recursive --init --depth 2"
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'
- script: C:\Cygwin\bin\bash --login -c "cd $(cygpath '%BUILD_SOURCESDIRECTORY%') &&

Loading…
Cancel
Save