Skip to content

Commit d31dcf5

Browse files
committed
Ensure pip with ensurepip.
1 parent 5b60ecd commit d31dcf5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/docker/cv2/pip.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ source /spack/spack/share/spack/setup-env.sh
66
cd /opt/spack-environment/
77
spack env activate .
88
cd /opt/spack-environment/chimbuko-visualization2/
9-
pip3 install -r requirements.txt
9+
python3 -m ensurepip
10+
python3 -m pip install -r requirements.txt

0 commit comments

Comments
 (0)