You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the "How to use" section of the readme, the command to run is provided but there are no instructions for helping users configure their "knit" command (i.e., find the path to knit and set it in their environmental variables, zshrc, etc.). These instructions would be incredibly helpful.
Running on a Mac, I did the following (after installing TeXLive and pandoc and zen-knit):
From terminal, "mdfind knit"
Open .zshrc and add (based on the output of the above):
"alias knit=/Users/myName/Library/Python/3.9/bin/knit"
The text was updated successfully, but these errors were encountered:
In the "How to use" section of the readme, the command to run is provided but there are no instructions for helping users configure their "knit" command (i.e., find the path to knit and set it in their environmental variables, zshrc, etc.). These instructions would be incredibly helpful.
Running on a Mac, I did the following (after installing TeXLive and pandoc and zen-knit):
"alias knit=/Users/myName/Library/Python/3.9/bin/knit"
The text was updated successfully, but these errors were encountered: