noahmorrison / chevron

A Python implementation of mustache
MIT License
480 stars 52 forks source link

chevron command not found when installed using pip3 #119

Closed Huan-FENG closed 1 year ago

Huan-FENG commented 1 year ago

I use pip3 install chevron on mac and seemed the installation succeed. The following files can be found in the ~/Library/Python/3.9/lib/python/site-packages/

-rw-r--r--   1 ll  staff   156B Feb  9 14:44 __init__.py
-rw-r--r--   1 ll  staff   3.2K Feb  9 14:44 main.py
-rw-r--r--   1 ll  staff    19B Feb  9 14:44 metadata.py
-rw-r--r--   1 ll  staff    13K Feb  9 14:44 renderer.py
-rw-r--r--   1 ll  staff   7.4K Feb  9 14:44 tokenizer.py

But it still said chevron command not found.

Huan-FENG commented 1 year ago

solved, should add python/bin into path