Hi Shivaram, You can run pip install with --user option to install python packages on user directory.
for example: root@myhost:~# useradd -m ryu root@myhost:~# su - ryu ryu@myhost:~$ pip install --user --upgrade ryu ryu@myhost:~$ .local/bin/ryu-manager myapp.py Thanks -- Hisaharu Ishii On 2015年10月12日 12:54, Shivaram Mysore wrote: > Hi, > How can I install do: > *# pip install ryu * > > but, with *ryu:ryu* as *uid:gid*. > > My objective is to run *ryu-manager* as* ryu:ryu* for security purpose. > > Thanks & Regards > > /Shivaram > > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
