rough-minister-58256
07/27/2016, 12:56 AMrough-minister-58256
07/27/2016, 12:56 AMgunicorn
replacement in the airflwo case, it wouldnt’ be obv how to do that - or even possible, depending on the implglamorous-oil-7750
07/27/2016, 12:56 AMrough-minister-58256
07/27/2016, 12:56 AMrough-minister-58256
07/27/2016, 12:56 AMrough-minister-58256
07/27/2016, 12:57 AMglamorous-oil-7750
07/27/2016, 12:57 AMglamorous-oil-7750
07/27/2016, 12:58 AMpip wheel --no-cache-dir --wheel-dir=./wheels airflow
... this installs wheel and also at the same time populates ./wheels with all the airflow dependencies built as .whl files?rough-minister-58256
07/27/2016, 12:59 AMrough-minister-58256
07/27/2016, 12:59 AMairflow
(as passed by the cli arg) as wheels and spits them into that dirglamorous-oil-7750
07/27/2016, 1:01 AMglamorous-oil-7750
07/27/2016, 1:01 AMglamorous-oil-7750
07/27/2016, 1:02 AMpip install wheel --no-cache-dir --wheel-dir=...
rough-minister-58256
07/27/2016, 1:02 AM--no-pypi --find-links
tells pex to resolve only against that dir of wheels for resolution, which transitively ends up pulling in all of the prebuilt wheelsglamorous-oil-7750
07/27/2016, 1:02 AMrough-minister-58256
07/27/2016, 1:02 AMglamorous-oil-7750
07/27/2016, 1:02 AMglamorous-oil-7750
07/27/2016, 1:02 AMglamorous-oil-7750
07/27/2016, 1:02 AMroot@ca17dd219b30:/data# pip list
certifi (2016.2.28)
cffi (1.7.0)
cryptography (1.4)
enum34 (1.1.6)
idna (2.1)
ipaddress (1.0.16)
ndg-httpsclient (0.4.2)
pip (8.1.2)
pluggy (0.3.1)
py (1.4.31)
pyasn1 (0.1.9)
pycparser (2.14)
pyOpenSSL (16.0.0)
requests (2.10.0)
setuptools (25.1.0)
six (1.10.0)
tox (2.3.1)
urllib3 (1.16)
virtualenv (15.0.2)
wheel (0.29.0)
glamorous-oil-7750
07/27/2016, 1:03 AMpip list
outputglamorous-oil-7750
07/27/2016, 1:03 AMpip install
requiredglamorous-oil-7750
07/27/2016, 1:04 AMpip freeze
glamorous-oil-7750
07/27/2016, 1:04 AMsetuptools
.rough-minister-58256
07/27/2016, 1:07 AMpip install -r requirements.txt
on the other side of a freeze
would require pre-installed pip+setuptools+wheel, which might conflict?glamorous-oil-7750
07/27/2016, 1:08 AMrough-minister-58256
07/27/2016, 1:08 AMrough-minister-58256
07/27/2016, 1:09 AMglamorous-oil-7750
07/27/2016, 1:09 AMglamorous-oil-7750
07/27/2016, 1:33 AM