Skip to content

Commit

Permalink
Merge pull request #2599 from architecture-building-systems/2596-ensu…
Browse files Browse the repository at this point in the history
…re-pip-greater-than-2.20.2

update pip, skipping over the broken version of pip
  • Loading branch information
jimenofonseca authored Feb 25, 2020
2 parents 4aee938 + f71bcd5 commit 771f403
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup/cityenergyanalyst.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,9 @@ Section "Base Installation" Base_Installation_Section
WriteINIStr "$INSTDIR\Dependencies\Python\qt.conf" Paths Libraries "$0/Dependencies/Python/Library/lib"
WriteINIStr "$INSTDIR\Dependencies\Python\qt.conf" Paths Headers "$0/Dependencies/Python/Library/include/qt"

# DetailPrint "Updating Pip"
# nsExec::ExecToLog '"$INSTDIR\Dependencies\Python\python.exe" -m pip install -U --force-reinstall pip'
DetailPrint "Updating Pip"
nsExec::ExecToLog '"$INSTDIR\Dependencies\Python\python.exe" -m pip install -U --force-reinstall "pip>=2.20.2"'

DetailPrint "Pip installing CityEnergyAnalyst==${VER}"
nsExec::ExecToLog '"$INSTDIR\Dependencies\Python\python.exe" -m pip install -U cityenergyanalyst==${VER}'

Expand Down

0 comments on commit 771f403

Please sign in to comment.