This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
linux:linux_pip [2021/08/31 16:48] manu created |
linux:linux_pip [2021/08/31 16:59] (current) manu |
||
---|---|---|---|
Line 32: | Line 32: | ||
</cli> | </cli> | ||
+ | If you downloads the tar.gz package you can do a local install | ||
+ | pip3 install ./downloads/SomeProject-1.0.4.tar.gz | ||
+ | |||
+ | List installed packages by ansible | ||
+ | <cli prompt='#'> | ||
+ | [root@lnxa100 .ssh]# pip3 list --format=columns | ||
+ | Package Version | ||
+ | -------------------- ----------- | ||
+ | ansible 2.9.0 | ||
+ | ansible-core 2.11.4 | ||
+ | asn1crypto 0.24.0 | ||
+ | Babel 2.5.1 | ||
+ | </cli> |