Python Forum
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
python code for scraping
#15
Quote:so disregard Snippsat's calling the default path "stupid" and need for moving everything to C:\Python36

?
No i didnt say that. The fact that python 3.4 and below use to default install to C:\PythonXX was the standard. Then they had the brilliant idea (sarcasm) of defaulting python3.5 and newer to C:\Users\<PC_NAME>\AppData\Local\Programs\PythonXX-XX instead. And yes it is stupid

Quote: did not see a way to change the default "stupid" path , just let it install there... 
This makes it appear you couldnt figure out how to change the default path and installed it to the default path. So my answer reflected that.


It doesnt matter how many python versions, or variations you have installed. The problem lies in when you execute pip that it might be a different version/python variation than what you are expecting it to be. You can either A) remove the unintended one (which is what snippsat is trying to get you to do....and you should), and B) you can specifically target which python version/variation you want by executing the pip in the target python Scripts folder (which is what i am trying to get you to do). Each python install has its own pip, and you need to make sure that you are using the one that you actually want to install it to...which you are not due to you keep trying to install it to the enthought one.
Recommended Tutorials:
Reply


Messages In This Thread
python code for scraping - by sirgeo - Mar-28-2017, 03:53 PM
RE: python code for scraping - by wavic - Mar-28-2017, 04:02 PM
RE: python code for scraping - by sirgeo - Mar-28-2017, 04:23 PM
RE: python code for scraping - by snippsat - Mar-28-2017, 04:06 PM
RE: python code for scraping - by snippsat - Mar-28-2017, 04:42 PM
RE: python code for scraping - by sirgeo - Mar-28-2017, 05:38 PM
RE: python code for scraping - by snippsat - Mar-28-2017, 06:17 PM
RE: python code for scraping - by sirgeo - Mar-28-2017, 06:32 PM
RE: python code for scraping - by metulburr - Mar-28-2017, 06:49 PM
RE: python code for scraping - by sirgeo - Mar-28-2017, 06:49 PM
RE: python code for scraping - by snippsat - Mar-28-2017, 07:06 PM
RE: python code for scraping - by metulburr - Mar-28-2017, 07:14 PM
RE: python code for scraping - by sirgeo - Mar-28-2017, 07:30 PM
RE: python code for scraping - by snippsat - Mar-28-2017, 11:19 PM
RE: python code for scraping - by metulburr - Mar-28-2017, 11:39 PM

Forum Jump:

User Panel Messages

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