mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
Added pybrew to bashrc and Help command by default
This commit is contained in:
@@ -9,7 +9,7 @@ def get_headerinfo_from_url(url):
|
||||
|
||||
def get_stable_version():
|
||||
c = Curl()
|
||||
return c.read(PYTHONBREW_STABLE_VERSION_URL)
|
||||
return c.read(PYTHONBREW_STABLE_VERSION_URL).strip()
|
||||
|
||||
class Downloader(object):
|
||||
def download(self, msg, url, path):
|
||||
|
||||
Reference in New Issue
Block a user