We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Immediate workaround:
On an Intel mac, or Apple silicon with Rosetta2, it is possible to install python2 using Miniconda.
Example steps:
conda config --set auto_activate_base false
python2
conda create --name p27 python=2.7.15
/Library/Application Support/BackupMinder/BackupMinder
#!/opt/miniconda3/envs/p27/bin/python2
In this example, p27 could be anything. Validate the resulting path based on your system
There is an unknown amount of work to convert the following aspects:
backupminder/Library/Application Support/BackupMinder/BackupMinder
Line 1 in 67a59b9
BackupMinderHelper
Further development of BackupMinder has not been planned, but resources are available for review of PRs.
If you are interested, but do not have time to spend developing additional solutions, please react with a 👍🏻 and click "subscribe" on this issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Immediate workaround:
Install python2 and edit the scripts' path
On an Intel mac, or Apple silicon with Rosetta2, it is possible to install python2 using Miniconda.
Example steps:
conda config --set auto_activate_base false
python2
egconda create --name p27 python=2.7.15
/Library/Application Support/BackupMinder/BackupMinder
#!/opt/miniconda3/envs/p27/bin/python2
In this example, p27 could be anything. Validate the resulting path based on your system
Updating BackupMinder to Python3
There is an unknown amount of work to convert the following aspects:
backupminder/Library/Application Support/BackupMinder/BackupMinder
Line 1 in 67a59b9
BackupMinderHelper
tool may need modernization.Further development of BackupMinder has not been planned, but resources are available for review of PRs.
If you are interested, but do not have time to spend developing additional solutions, please react with a 👍🏻 and click "subscribe" on this issue.
The text was updated successfully, but these errors were encountered: