0
Question related to PIP
When I use the âpip install *â command, my MacBook automatically locates to the Anaconda folder instead of the original independent python folder, so I cannot install a module for IDLE. For example, when I type âpip install numpy,â the result was âRequirement already satisfied;â However, I can import numpy only in Jupyter Notebook but not in IDLE. Meanwhile, Iâm new to MacOS, which means I donât know where is and how to locate the correct folder. Please help. Thanks.
3 Answers
0
Check configured environment variables perhaps? For IdLE as well as your shell. Maybe pip install --user numpy might work? Just some things to try. I do not know MacOS at all except that it is similar to BSD.
0
ÏÒŻà«šĆdÔà«š Ă Thanks, but it doesnât work. And I donât know how to check configured environment variables in MacOS.
0
Well at this point I would check stackoverflow or google how to set python env variables macos. I've learned the first thing in debugging, lol, is to use a search engine. Hope that helps mate.