nagiosplugin icon indicating copy to clipboard operation
nagiosplugin copied to clipboard

Windows install instructions for documentation

Open mpounsett opened this issue 8 years ago • 2 comments

Original report by Mayur Patil (Bitbucket: mayurp7, GitHub: mayurp7).


Installation of nagiosplugin 1.2.4: OS: Win 7 SP1 64 bits Python: 2.7.x 32 bits and 3.5.x 64 bits Installation mode: pip

For python 2.7, C:\Python27\python.exe For python 3.5, C:\Python35\python3.exe

For nagiosplugin installation, Python 2.7

C:>python -m pip install nagiosplugin

For nagiosplugin installation, Python 3.5

C:>pip install nagiosplugin

mpounsett avatar Dec 11 '16 11:12 mpounsett

Original comment by Christian Kauhaus (Bitbucket: ckauhaus, GitHub: ckauhaus).


Thanks for the input, especially since I'm not a Windows user. I will update the README during the next release.

mpounsett avatar Dec 14 '16 13:12 mpounsett

@mayurp7, do you have information covering installation the other supported Python 3.x versions on Windows? Is it similar/identical to your 3.5 example above?

mpounsett avatar Nov 09 '19 20:11 mpounsett