Skip to content

Instantly share code, notes, and snippets.

@msukmanowsky
Created March 31, 2016 14:24
Show Gist options
  • Select an option

  • Save msukmanowsky/8ccc5aa9b9c619e959809ae8a3f1252d to your computer and use it in GitHub Desktop.

Select an option

Save msukmanowsky/8ccc5aa9b9c619e959809ae8a3f1252d to your computer and use it in GitHub Desktop.
Install a forked version of conda-env which falls back to PyPI for requirements and supports -e editable requirements.
# Clone Dan's fork of conda-env
git clone https://github.com/dan-blanchard/conda-env.git
# Install the fork of conda-env
cd conda-env
git checkout feature/pip_requirements.txt
conda uninstall --yes conda-env
python setup.py develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment