Operating System Detection

Test OS detection

$ buildpy  --os-detect

Ubuntu / Linux Mint

os-detect

Amazon Linux

os-detect

Back to Screenshot Index index


Python Binary Version Status

Show the latest Python 3.7 version available for install

$ buildpy  --show  Python-3.7
py3.7

Back to Screenshot Index index


OS Packages Installed Status

Show operation system package prerequisites and installed status of each

$ buildpy  --show  os-packages
os-packages

Back to Screenshot Index index


Download Python Source (Default)

$ buildpy  --download        # default, download Python 3.6 binaries
download

Back to Screenshot Index index


Download Python Source, Named Version

$ buildpy  --download  3.4
download

Back to Screenshot Index index


Remove Build Artifacts

$ buildpy --clean
clean

Back to Screenshot Index index


Program Information

Detailed information regarding the local installation of buildpy program and dependencies:

$ buildpy --info
clean

Back to Screenshot Index index


Log Files

buildpy actively maintains 2 log files:
  1. buildpy.log

    • Logging for all non-compile functions
    • Main system log messages (shown below). Located at /var/log/buildpy.log.
  2. console.log:

    • Messages during Compile & Build
    • Populated for tracking purposes when --quiet flag set to surpress output to stdout.
$ tail -n 100 /var/log/buildpy.log
logfile

Table Of Contents