Skip to content

Commit

Permalink
update pip, skipping over the broken version of pip
Browse files Browse the repository at this point in the history
  • Loading branch information
daren-thomas committed Feb 24, 2020
1 parent b2f82d5 commit f71bcd5
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 f71bcd5

Please sign in to comment.