Skip to content

Commit 2609aa7

Browse files
committed
Add python troubleshooting advice
1 parent d039df8 commit 2609aa7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ If you are having issues with `guard`, just use `nanoc compile` and `nanoc view`
1616
The `crash.log` could provide useful information as well.
1717
If you see the `json` examples not changing, just delete the output folder and regenerate it with `nanoc compile`.
1818

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+
1921
## Publishing
2022

2123
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

Comments
 (0)