NSLS-II / docs

Standards Documentation for NSLS-II DAQ and Analysis
https://nsls-ii.github.io
BSD 2-Clause "Simplified" License
2 stars 13 forks source link

DOC: Add line to avoid nasty pip confusion. #11

Closed danielballan closed 9 years ago

danielballan commented 9 years ago

If pip is installed in a conda environment, system pip is (sliently) used. This can cause packages to leak into environments where they were not installed.

By making pip installed by default in every environment, the issue is avoided. This PR adds that step to our suggested installation procedure.