Pass the path of the imported python module
How to solve when the imported python module cannot be installed
--Memorandum. I don't know what it is, but I could do it in various ways, so how to do it
- Open user / .bash_profile with vscode
- Add the following to the end of the file
--The path came out in the terminal with ``` pip3 show ` ``
export PYTHONPATH="/usr/local/lib/python3.7/site-packages"
- Do the following in the terminal
source ~/.bash_profile