Closed aaron-skydio closed 1 year ago
Reviews in this chain: └https://github.com/Skydio/revup/pull/85 Makefile uses python3
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
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