Re: [OpenWrt-Users] Pip command found error even though pip is installed

2018-04-18 Thread Lars Kruse
Hello Phani, Am Wed, 18 Apr 2018 18:14:28 -0500 schrieb Phani Siriki : > root@OpenWrt:~# ldd /mnt/usb/usr/bin/pip > -ash: /mnt/usb/usr/bin/pip: not found > root@OpenWrt:~# ls -l /mnt/usb/usr/bin/pip > -rwxr-xr-x1 root root 284 Sep 9 2015 /mnt/usb/usr/bin/pip another possible

Re: [OpenWrt-Users] Pip command found error even though pip is installed

2018-04-18 Thread Phani Siriki
Hi Lars Yes. I have adjusted the LA_LIBRARY_PATH as below. But still pip cant be found. root@OpenWrt:~# echo $LD_LIBRARY_PATH /mnt/usb/lib:/mnt/usb/usr/lib root@OpenWrt:~# root@OpenWrt:~# root@OpenWrt:~# ldd /mnt/usb/usr/bin/pip -ash: /mnt/usb/usr/bin/pip: not found root@OpenWrt:~# root@OpenWrt:~

Re: [OpenWrt-Users] Pip command found error even though pip is installed

2018-04-18 Thread Lars Kruse
Hi Phani, Am Wed, 18 Apr 2018 14:04:08 -0500 schrieb Phani Siriki : > root@OpenWrt:~# which pip > /mnt/usb/usr/bin/pip > root@OpenWrt:~# > root@OpenWrt:~# pip > -ash: pip: not found I guess, the lines above show the problem: the pip executable can be found, but its execution fails with "not fou

Re: [OpenWrt-Users] Pip command found error even though pip is installed

2018-04-18 Thread Phani Siriki
Hi Lars I am facing new problem while I try to use pip on a different router. I have installed python and python-pip on usb. python is working fine, but pip is not working now. root@OpenWrt:~# which python /mnt/usb/usr/bin/python root@OpenWrt:~# which pip /mnt/usb/usr/bin/pip root@OpenWrt:~# roo