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

brew install fontforge --with-python fails with Error: invalid option: --with-python #383

Open
xgp opened this issue Apr 22, 2020 · 3 comments

Comments

@xgp
Copy link

xgp commented Apr 22, 2020

Running MacOS Catalina 10.15.4 (19E266)

Following the installation instructions, when I run

brew install fontforge --with-python

I get the following error:

Error: invalid option: --with-python

Is there a known workaround for this? It seems that option was removed a while ago.

@xgp
Copy link
Author

xgp commented May 15, 2020

I was unable to figure this out, but I found that there is a docker container you can use to run fontcustom commands. E.g. to run compile on the files in your project directory, use:

docker run -v ${PWD}:/project  drichner/fontcustom compile

@Chocksy
Copy link

Chocksy commented Jun 25, 2020

@xgp just run it without the option #380

It worked for me.

You also need to do this: #385

@fzyzcjy
Copy link

fzyzcjy commented Aug 3, 2022

+1

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

No branches or pull requests

3 participants