Good Morning
i'm in testing odoo1 in mageia7.1
but i have the following problem :
from default odoo and python3 packages are be installed in
/usr/lib/pyton3.7/site-pakages
but if i install some add-on by pip3
it will be installed in :
/usr/local/lib/pyton3.7/site-pakages
for this i have done a change in oddo.conf
writing on it the new path for add-on
anyway some add-on don't be loaded by software if i don't copy it in the original folder
is possible have only a folder for all python3 packages?
how?
i have think do copy any file from a folder in the other, deleting the first and linking the second folder in the place of the first.
can be right way?
What the more correct folder to maintain ?
Or maybe i can change where pip3 install the packages?
Enrico