I can use numpy with built in python. But with python3.5 interpreter, it says
ImportError: No module named 'numpy'
but when I type $ sudo pip3 install numpy it says
"Requirement already satisfied: numpy in /root/.local/lib/python3.6/site-packages"
What should I do?