Merge pull request #1726 from vsafonkin/v-vlsafo/add-pipx-ubuntu

[ubuntu] Add pipx and install yamllint and aws sam cli through it.
This commit is contained in:
Maxim Lobanov
2020-10-09 09:41:40 +03:00
committed by GitHub
9 changed files with 99 additions and 11 deletions

View File

@@ -245,4 +245,8 @@ function Get-AptPackages {
$apt = $toolsetJson.apt
$pkgs = ($apt.common_packages + $apt.cmd_packages | Sort-Object) -join ", "
return $pkgs
}
function Get-PipxVersion {
return "Pipx $(pipx --version 2> $null)"
}