brew gist-logs <formula> link OR brew config AND brew doctor output
Brew config and brew doctor output: https://gist.github.com/bendavis78/ad66fcde1884c621f59f353912f22523
Verification
Note that I ignored brew doctor warnings that had to do with postgres/black/kubectl as I don't want it to break my current setup. They should not be affecting the current issue.
What were you trying to do (and why)?
Trying to do:
$ python3
>>> import fontforge
What happened (include all command output)?
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'fontforge'
What did you expect to happen?
Successful import of fontforge python module
Step-by-step reproduction instructions (by running brew commands)
$ brew install fontforge
$ python3
>>> import fontforge
brew gist-logs <formula>link ORbrew configANDbrew doctoroutputBrew config and brew doctor output: https://gist.github.com/bendavis78/ad66fcde1884c621f59f353912f22523
Verification
brew doctoroutput" saysYour system is ready to brew.and am still able to reproduce my issue.brew updateand am still able to reproduce my issue.brew doctorand that did not fix my problem.What were you trying to do (and why)?
Trying to do:
What happened (include all command output)?
What did you expect to happen?
Successful import of fontforge python module
Step-by-step reproduction instructions (by running
brewcommands)