Screenshot Index¶
System Info (--info)
Show Functionality (--show):
Download (--download):
Logging
Clean (--clean):
Back to Table Of Contents
Operating System Detection¶
Test OS detection
$ buildpy --os-detect
Ubuntu / Linux Mint
Amazon Linux
Back to Screenshot Index index
Python Binary Version Status¶
Show the latest Python 3.7 version available for install
$ buildpy --show Python-3.7
Back to Screenshot Index index
OS Packages Installed Status¶
Show operation system package prerequisites and installed status of each
$ buildpy --show os-packages
Back to Screenshot Index index
Download Python Source (Default)¶
$ buildpy --download # default, download Python 3.6 binaries
Back to Screenshot Index index
Program Information¶
Detailed information regarding the local installation of buildpy program and dependencies:
$ buildpy --info
Back to Screenshot Index index
Log Files¶
buildpy actively maintains 2 log files:
buildpy.log
- Logging for all non-compile functions
- Main system log messages (shown below). Located at
/var/log/buildpy.log.
console.log:
- Messages during Compile & Build
- Populated for tracking purposes when
--quietflag set to surpress output to stdout.
$ tail -n 100 /var/log/buildpy.log

