Skip to content

Bugfix: Remove pip symlink from Dockerfile#10

Merged
JNKielmann merged 1 commit intomainfrom
bugfix/docker-pip-symlink
Sep 20, 2021
Merged

Bugfix: Remove pip symlink from Dockerfile#10
JNKielmann merged 1 commit intomainfrom
bugfix/docker-pip-symlink

Conversation

@JNKielmann
Copy link
Copy Markdown
Collaborator

When cloning the repo and running python build.py --make,
the creation of the symlink to /usr/bin/pip3 fails because /usr/bin/pip already exists:

ln: failed to create symbolic link '/usr/bin/pip': File exists

It looks like the /usr/bin/pip executable is already added by the python3-pip
package so the symlink is no longer required and has been removed in this PR.

Creating the symlink fails because /usr/bin/pip already exists so the
symlink creation is removed.
@lukasmasuch
Copy link
Copy Markdown
Contributor

LGTM. I had the same problem with another docker image. This solved it as well!

@JNKielmann JNKielmann merged commit 4c09d00 into main Sep 20, 2021
@JNKielmann JNKielmann deleted the bugfix/docker-pip-symlink branch September 20, 2021 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants