We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pip3
python3 -m pip
1 parent a5bba7b commit 0960225Copy full SHA for 0960225
Dockerfile
@@ -4,7 +4,7 @@ USER root
4
5
RUN apt-get update -y && \
6
apt-get install -y python3 python3-pip && \
7
- pip3 install wolframclient
+ python3 -m pip install wolframclient
8
9
COPY . /tmp/build
10
RUN pip3 install /tmp/build && \
0 commit comments