adafruit / Adafruit_Python_GPIO

DEPRECATED! Please use Adafruit Blinka instead (was: Library to provide a cross-platform GPIO interface on the Raspberry Pi and Beaglebone Black using the RPi.GPIO and Adafruit_BBIO libraries.)
MIT License
402 stars 312 forks source link

Fix previous pull request for setup.py #101

Closed mcprat closed 5 years ago

mcprat commented 5 years ago

doing a better job than #97 original reasoning in #96

prints possible requirement for root or admin privileges tries to import pip before calling ensurepip (which isnt needed for python 3)

this time, don't even keep the method from ez_setup.py, there's no point... commenting it out with ''' ''' gave me an IOError

bump version because why not?