module documentation
Checks to see if core Python scripts have: 1) Been installed 2) Have been installed via Debians on Ubuntu 3) Have not been installed via pip on Ubuntu
Function | deb |
Make sure on Debian python packages are installed |
Function | get |
Determines the name of the host operating system |
Function | is |
Indicates if a path (either directory or file) is in the same place pip installs Python code |
Function | is |
Uses dpkg to determine if a package has been installed |
Function | is |
Indicates if the host operating system is Ubuntu |
Function | is |
Indicates if a Python package is importable in the current environment. |
Function | is |
Indicates if am importable package has been installed through pip on Ubuntu |
Function | pip |
Make sure on Ubuntu, Python packages are install with apt and not pip |
Function | python |
Make sure core Python modules are installed |
Function | wtf |
Check implementation function for roswtf |
Variable | errors |
Undocumented |
Variable | py |
Undocumented |
Variable | py |
Undocumented |
Variable | py |
Undocumented |
Variable | python |
Undocumented |
Variable | warnings |
Undocumented |