Python 3.10: Locally installed modules not in path
by redneonglow from LinuxQuestions.org on (#5QTEN)
After Slackware's upgrade to Python 3.10, modules installed locally by pip3 are not detected.
Running python3 and typing "sys.path" does not show $HOME/.local/lib64/python3.10/site-packages.
In order to have the locally installed modules detected by Python programs, I have to add $HOME/.local/lib64/python3.10/site-packages to the PYTHONPATH variable.
Running python3 and typing "sys.path" does not show $HOME/.local/lib64/python3.10/site-packages.
In order to have the locally installed modules detected by Python programs, I have to add $HOME/.local/lib64/python3.10/site-packages to the PYTHONPATH variable.