File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333PYTHON_RUNTIME_DIR ?= $(abspath runtime)
3434PYTHON_CACHE_DIR ?= $(abspath .cache)
3535
36- VIRTUALENV_VERSION ?= 1.11.4
36+ VIRTUALENV_VERSION ?= 16.0.0
3737VIRTUALENV_URL ?= https://pypi.python.org/packages/source/v/virtualenv/virtualenv-$(VIRTUALENV_VERSION ) .tar.gz
3838
3939VIRTUALENV_RUN_BY ?= python
@@ -90,7 +90,7 @@ $(PYTHON_CACHE_DIR)/virtualenv/virtualenv.py: $(PYTHON_CACHE_DIR)/virtualenv-$(V
9090$(PYTHON_CACHE_DIR ) /virtualenv-$(VIRTUALENV_VERSION ) .tar.gz :
9191 # TODO: Replaces curl(1) with the built-in urllib2 module of python.
9292 mkdir -p $(PYTHON_CACHE_DIR ) ;
93- cd $(PYTHON_CACHE_DIR ) ; curl --remote-name $(VIRTUALENV_URL ) ;
93+ cd $(PYTHON_CACHE_DIR ) ; curl -L - -remote-name $(VIRTUALENV_URL ) ;
9494
9595# Eliminate the error message: "make: *** No rule to make target `..'. Stop."
9696# Only when the first goal is python-pip or python-exec.
You can’t perform that action at this time.
0 commit comments