[PATCH 1/3] Add nvmetcli to setup.py scripts

Andy Grover agrover at redhat.com
Thu Oct 13 09:23:54 PDT 2016


On 10/13/2016 03:05 AM, Christoph Hellwig wrote:
> On Wed, Oct 12, 2016 at 05:00:40PM -0700, Andy Grover wrote:
>> This results in nvmetcli being placed in the right place on install, and
>> the interpreter name will be changed to the current interpreter name,
>> which may be different, e.g. /usr/bin/python3.
>>
>> Signed-off-by: Andy Grover <agrover at redhat.com>
>
> It installs it into the wrong place unfortunately, /usr/bin instead
> of /usr/sbin.

There's a command-line argument to 'python setup.py install', 
--install-scripts, that can be used to put it in /usr/sbin if you want...

-- Andy




More information about the Linux-nvme mailing list