Skip to content

Commit

Permalink
Pip system install instead of user
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Apr 29, 2023
1 parent c669f7c commit 6648188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ubuntu_22.04-dev.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ RUN export PYMOAB_FLAG="-DENABLE_PYMOAB=ON"; \
-DENABLE_FORTRAN=OFF \
&& make -j 3 \
&& cd pymoab \
&& pip install . --user \
&& pip install . \
&& cd .. \
&& make install \
&& cd .. \
Expand Down

0 comments on commit 6648188

Please sign in to comment.