8750cad450
Currently '/usr/local/bin/python3.7' is used as the value of PYTHON_CMD. Right now this works because 3.7 is the default version of Python 3 in the ports tree. However, at some point in the future, this will be undoubtedly be changed. It is also possible that users already might be building versions newer than the default port/package, which needs to be an supported as well. In addition, the FDP recommends installing the 'python3' package. This meta port/package depends on the default version of python, and automatically creates a symlink to the default version. With all this in mind, use '/usr/local/bin/python3' is used as the value of PYTHON_CMD, since this means that the instructions will work irrespective of which version is assigned. |
||
---|---|---|
.. | ||
archetypes | ||
config/_default | ||
content | ||
manual-pages | ||
static | ||
themes | ||
tools | ||
.editorconfig | ||
.gitignore | ||
beastie.png | ||
Makefile | ||
README | ||
shared |
$FreeBSD$ If you plan on building a local copy of the FreeBSD documentation, or using our toolchain in your own projects, please read the Documentation Primer at: https://www.FreeBSD.org/doc/en/books/fdp-primer/ for information about the tools and formatting languages we use. Chapter 1 has a Quick Start section, and Chapter 2 covers the software and related items in more detail.