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

MacOS fix: python not found (deprecated in favour of python3) #34

Merged
merged 1 commit into from Sep 11, 2023

Conversation

madskjeldgaard
Copy link
Contributor

This fixes #33

The python executable no longer works on modern MacOS because it has been deprecated in favour of python3. This makes cookiecutter fail because it specifically tries to call python in the cmake generation script.

Before merging: Will this work universally on Linux machines as well?

@jildertviet
Copy link

Before merging: Will this work universally on Linux machines as well?

I can only confirm that it works on Linux Mint 21.
SC version: 3.13.0-rc1
Python3 version: 3.10.6

@madskjeldgaard madskjeldgaard merged commit 02e6cb6 into supercollider:main Sep 11, 2023
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.

FileNotFoundError: [Errno 2] No such file or directory: 'python'
2 participants