What does it mean I install some python package by pip in Linux Mint, installed here: /home/user/.local/lib/python3.6/site-packages
user@user-H370M-DS3H:~/.local/lib/python3.6/site-packages$ pip3 show selenium
Name: selenium
Version: 3.141.0
Summary: Python bindings for Selenium
Home-page: https://github.com/SeleniumHQ/selenium/
Author: UNKNOWN
Author-email: UNKNOWN
License: Apache 2.0
**Location: /home/user/.local/lib/python3.6/site-packages**
But in Intellij Idea project interpretter cannot recognize this package: In Project Structure I see only path: /usr/lib/python3.8/site-packages with some others packages:
And the path /.local/lib/python3.6/site-packages Intellij Idea does't find. So all the python packages I install throw PIP in Linux console cannot recognize in Intellij Idea. How can I install python packages by Linux console without using Virtual Env for all projects?