Skydio / revup

Effortlessly create and manage pull requests without changing branches. Powers a stacked diffs workflow with python and git "plumbing" commands.
https://github.com/Skydio/revup
MIT License
317 stars 67 forks source link

Makefile uses python3 #85

Closed aaron-skydio closed 1 year ago

aaron-skydio commented 2 years ago

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 commented 2 years ago

Reviews in this chain: └https://github.com/Skydio/revup/pull/85 Makefile uses python3

aaron-skydio commented 2 years ago
# head base diff date summary
0 37dfb183 311ff10d diff Oct 31 13:05 PM 1 file changed, 1 insertion(+), 1 deletion(-)
jerry-skydio commented 1 year ago

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