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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ If you are having issues with `guard`, just use `nanoc compile` and `nanoc view`
16
16
The `crash.log` could provide useful information as well.
17
17
If you see the `json` examples not changing, just delete the output folder and regenerate it with `nanoc compile`.
18
18
19
+
If you are having issues with `python` 2.x being required or command/env `python` not found during `nanoc compile`, try setting up pyenv and python 2.7.18 and use it locally for this project.
20
+
19
21
## Publishing
20
22
21
23
Make sure to be on the master branch and having pulled the latest changes, then run `bundle exec rake publish` from your local machine.
0 commit comments