sonic-buildimage/files/image_config/platform
xumia 47649f4ad1 [Bug] Fix SONiC installation failure caused by pip/pip3 not found (#13284)
The main issue is the pip/pip3 command cannot be found when the package is being installed by apt-get.
When using the dpkg install, the searching path is PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
When using the apt-get install, the searching path is PATH=/usr/sbin:/usr/bin:/sbin:/bin
But the pip/pip3 default path is at /usr/local/bin, so dpkg works, but apt-get not work.

How I did it
Export the path /usr/local/bin for pip/pip3.
Make the deb packages can be installed by apt-get.
2023-01-18 16:37:02 +08:00
..
linux_kernel_bde.conf [bde driver] black list linux_kernel_bde driver (#2284) 2018-11-21 08:08:37 -08:00
rc.local [Bug] Fix SONiC installation failure caused by pip/pip3 not found (#13284) 2023-01-18 16:37:02 +08:00