scriptingosx / desktoppr

Simple command line tool to set the desktop picture on macOS
Apache License 2.0
289 stars 27 forks source link

Python 3 Support #15

Closed chad-fox closed 2 years ago

chad-fox commented 2 years ago

With Python 2.7 being removed from future versions of macOS, are there plans to support Python 3?

Attempting to run desktoppr on a computer with Python 2.7 removed and Python 3 installed: line 22: /usr/bin/python: No such file or directory

chad-fox commented 2 years ago

Apologies, I was using a deprecated way to grab the current logged in user.

Closing this.