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

Where are the binaries added when installing via pip3? #12

Closed
kauesena opened this issue May 7, 2022 · 4 comments
Closed

Where are the binaries added when installing via pip3? #12

kauesena opened this issue May 7, 2022 · 4 comments

Comments

@kauesena
Copy link

kauesena commented May 7, 2022

Hi! The command vfit was not found and, in turn, I could not find the path I should add to $PATH via my .zshrc file.

@jonpalmisc
Copy link
Owner

It will depend on your system. You should uninstall and re-install VFIT, paying attention to the install log for a statement like this:

WARNING: The script vfit is installed in '/Users/jp/Library/Python/3.8/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

If you see something like the above, you'll need to modify your path.

If you want to know where exactly VFIT is installed, you can use pip3 show -f vfit to list all of VFIT's files.

@kauesena
Copy link
Author

kauesena commented May 9, 2022

Thank you, @jonpalmisc. I reinstalled it using pip install with the verbose option. I had to add to PATH the path ~/.local/bin (which surprisingly I had not yet added). After that, I could run vfit and generate static fonts.

Off topic: could you point me to some resource to understand the override options used in the .json file?

@jonpalmisc
Copy link
Owner

Take a look at the sample configuration here, it demonstrates most/all of the options: https://github.com/jonpalmisc/vfit/blob/e587b71201d0c636034768ffef691ed268a2996f/sample.json

@jonpalmisc
Copy link
Owner

Going to close this as it seems the main issue was resolved.

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

2 participants