Skip to content

Commit 90202e3

Browse files
authored
Merge pull request #211 from thewtex/upgrade-pip
BUG: Upgrade pip in the superbuild virtual environment
2 parents 574d6bf + 9c0d52d commit 90202e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Superbuild/External-Python.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ endif()
1111

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

0 commit comments

Comments
 (0)