ESGF / esgf-installer

ESGF P2P Node Installer
https://esgf.llnl.gov/
Other
21 stars 21 forks source link

Have pip install most components until conda improves install time #639

Closed nathanlcarlson closed 5 years ago

nathanlcarlson commented 5 years ago

conda's install process takes a significant amount of time compared to pip's install. To improve bootstrap time it is preffered to use pip to install those packages which are available to it. Also, the -c cdat specification does not appear to be doing anything and may be increasing the "Solving Environment" time. Tests of this install process indicate about a 40-50 second speed up compared to the previous process.