Merge pull request #1442 from jtratner/add-instructions-for-conda

Add instructions for conda plus pipenv
This commit is contained in:
2018-02-18 06:56:01 -06:00
committed by GitHub
+8
View File
@@ -78,6 +78,14 @@ Also useful for deployment is the ``--deploy`` flag::
This will fail a build if the ``Pipfile.lock`` is outofdate, instead of generating a new one.
☤ ``pipenv`` and ``conda``
--------------------------
Conda does not play nicely with virtualenv, so you have to explicitly tell Pipenv
to use conda's python, like this::
$ pipenv install --python=$(which python) # run within activated conda environment
☤ Generating a ``requirements.txt``
-----------------------------------