Skip to content

Commit

Permalink
BUG: Upgrade pip in the superbuild virtual environment
Browse files Browse the repository at this point in the history
The newest version to support the latest manylinux version, etc.
  • Loading branch information
thewtex committed Feb 26, 2021
1 parent 574d6bf commit 9c0d52d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Superbuild/External-Python.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endif()

ExternalProject_Add(ITKPython
DOWNLOAD_COMMAND ""
CONFIGURE_COMMAND ""
BUILD_COMMAND ${PYTHON_EXECUTABLE} -m venv "${_itk_venv}"
CONFIGURE_COMMAND ${PYTHON_EXECUTABLE} -m venv "${_itk_venv}"
BUILD_COMMAND ${ITKPYTHON_EXECUTABLE} -m pip install --upgrade pip
INSTALL_COMMAND ${ITKPYTHON_EXECUTABLE} -m pip install --ignore-installed itk>=5.2rc2 sphinx==3.0.4 six
)

0 comments on commit 9c0d52d

Please sign in to comment.