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

Replace instances of python with python3 and ensure script integrity #1006

Open
nderjung opened this issue Jul 27, 2023 · 3 comments · May be fixed by #1391
Open

Replace instances of python with python3 and ensure script integrity #1006

nderjung opened this issue Jul 27, 2023 · 3 comments · May be fixed by #1391
Labels
kind/enhancement New feature or request

Comments

@nderjung
Copy link
Member

nderjung commented Jul 27, 2023

Feature request summary

This issue tracks replacing instances of python with python3 in Python scripts that have a hashbang preamble requesting the interpreter from /usr/bin/env.

In an effort both to deprecate any standing Python 2.X code in favour of Python3.X code and ensure support for building Unikraft works on macOS (#785), this issue requests to replace instances of python with python3 and ensure that all existing scripts work as expected.

Finally, replacing the global PYTHONCMD with python3.

Describe alternatives

No response

Related architectures

None

Related platforms

None

Additional context

No response

@nderjung nderjung added the kind/enhancement New feature or request label Jul 27, 2023
@Ecazares15
Copy link

Hello!

We are students from the University of Texas at Austin taking a virtualization course (cs360v) looking for opportunities to contribute to an open source project for class credit.

Could I be assigned to this?

@nderjung
Copy link
Member Author

nderjung commented Apr 3, 2024

cc @skuenzer -- do you know the status of this?

@Ecazares15
Copy link

It looks like all instances of python have been replaced to python3. If the global PYTHONCMD is defined by what is listed in support/kconfiglib/makefile.patch then that still says +PYTHONCMD ?= python. I am not sure if that still needs an update?

@tbunch1 tbunch1 linked a pull request Apr 23, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants