Re: Update PYTHONPATH after install

2020-10-07 Thread Paul Wise
On Wed, Oct 7, 2020 at 5:56 PM Francis Murtagh wrote: > My understanding of Debian policy means python3 modules should be installed > in /usr/lib/python3/dist-packages/ Correct. > Once the package installs there how is the PYTHONPATH meant to be updated so > that user can import the module int

Update PYTHONPATH after install

2020-10-07 Thread Francis Murtagh
Hi, My understanding of Debian policy means python3 modules should be installed in /usr/lib/python3/dist-packages/ Once the package installs there how is the PYTHONPATH meant to be updated so that user can import the module into the python3 interpreter? As the PYTHONPATH would normally look in