Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Python3.12 dev_env #738

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xDaile
Copy link
Contributor

@xDaile xDaile commented Nov 19, 2024

No description provided.

@@ -22,6 +22,8 @@ RUN dnf -y install \
&& dnf update -y \
&& dnf clean all
RUN update-alternatives --set python3 $(which python3.12)
RUN pip3 install --upgrade pip setuptools
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of using pip, could you instead use dnf ? python3.12-setuptools

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.

3 participants