path to conda

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-20 10:11:33 -05:00
parent ee6a859bff
commit f7fa079574
+1 -2
View File
@@ -81,8 +81,7 @@ This will fail a build if the ``Pipfile.lock`` is outofdate, instead of ge
☤ ``pipenv`` and ``conda``
--------------------------
Conda does not play nicely with virtualenv, so you have to explicitly tell Pipenv
to use conda's python, like this::
To use Pipenv with a Condaprovided Python, you simply provide the path to the Pyhon binary::
$ pipenv install --python=/path/to/anaconda/python