Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 6a1aee0

Browse files
committed
Correct path (CI Ignore)
1 parent 7c52f61 commit 6a1aee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script-library/docs/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ If you have already built your development container, run the **Rebuild Containe
5858
ENV PIPX_HOME=/usr/local/py-utils \
5959
PIPX_BIN_DIR=/usr/local/py-utils/bin
6060
ENV PATH=${PYTHON_PATH}/bin:${PATH}:${PIPX_BIN_DIR}
61-
COPY .devcontainer/library-scripts/python-debian.sh /tmp/library-scripts/
61+
COPY library-scripts/python-debian.sh /tmp/library-scripts/
6262
RUN apt-get update && bash /tmp/library-scripts/python-debian.sh "3.8.3" "${PYTHON_PATH}" "${PIPX_HOME}"
6363
```
6464

0 commit comments

Comments
 (0)