others-How to solve ModuleNotFoundError: No module named ...
bswen.com › 2021 › 12Dec 31, 2021 · By specifying #!/usr/bin/python you specify exactly which interpreter will be used to run the script on a particular system. This is the hardcoded path to the python interpreter for that particular system. The advantage of this line is that you can use a specific python version to run your code. 2.3.4 Solution #4. Remove the soft link to python 3: