bdusell / webfont-generator

Locally convert fonts to web formats and generate CSS rules
MIT License
191 stars 35 forks source link

python3 not installed #19

Closed tieroneco closed 6 years ago

tieroneco commented 6 years ago

Whenever I run ./setup It's saying python3 is not installed, I have installed python36 and also checked with python30 none of these is working. I am on WIN7 x64 image

bdusell commented 6 years ago

I have not tested the setup process in mingw, though I guess that qualifies as a *nix system. There is a PEP (here) which says that python3 should be an alias to Python 3, though I'm not sure that applies here. You did install Python 3 within the mingw environment, correct?

As a workaround I recommend adding a symlink to ~/bin from python3 to your Python 3 executable.

tieroneco commented 6 years ago

I have renamed the python.exe to python3.exe and it worked.