Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Changing Python Path
#4
You said you installed anaconda, right?
Anaconda is basically just python with 3rd party libs pertaining to data science along with it.

So if you installed anaconda it would have numpy along with it. Whereas if you used regular python numpy wouldnt be installed. I dont know anaconda's structure because i dont use it. But somewhere in it should be the python interpreter.

You could just install numpy to your other python that is using IDLE via pip also
pip install numpy
Go to your IDLE and find what python version it is using, and use that pip to install numpy.
Recommended Tutorials:
Reply


Messages In This Thread
Changing Python Path - by sobrio1 - Oct-06-2017, 03:44 AM
RE: Changing Python Path - by metulburr - Oct-06-2017, 03:46 AM
RE: Changing Python Path - by sobrio1 - Oct-06-2017, 04:43 AM
RE: Changing Python Path - by metulburr - Oct-06-2017, 04:49 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Changing Function by Changing or without Changing its Parameters usmankhan 5 3,756 Jan-09-2018, 03:52 PM
Last Post: Windspar

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020