Created
March 31, 2016 14:24
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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