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

Makefile uses python3 #85

Merged
merged 1 commit into from
Apr 5, 2023
Merged

Makefile uses python3 #85

merged 1 commit into from
Apr 5, 2023

Conversation

aaron-skydio
Copy link
Contributor

Just a suggestion - this makes the makefile work out-of-the-box in
environments with other python versions besides 3.8

Reviewers: jerry,brian-k
Topic: make-py3

Just a suggestion - this makes the makefile work out-of-the-box in
environments with other python versions besides 3.8

Reviewers: jerry,brian-k
Topic: make-py3
@aaron-skydio
Copy link
Contributor Author

Reviews in this chain:
#85 Makefile uses python3

@aaron-skydio
Copy link
Contributor Author

# head base diff date summary
0 37dfb183 311ff10d diff Oct 31 13:05 PM 1 file changed, 1 insertion(+), 1 deletion(-)

@jerry-skydio
Copy link
Collaborator

jerry-skydio commented Apr 5, 2023

I originally didn't do this since python3 was python3.6 on my system but after updating my alternatives i'm g2g
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.8 1
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1

@jerry-skydio jerry-skydio merged commit 9a01d11 into main Apr 5, 2023
@jerry-skydio jerry-skydio deleted the aaron/revup/main/make-py3 branch April 5, 2023 05:21
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