From f7fa079574681622d658a6ce597a47bf9eaed0b2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 20 Feb 2018 10:11:33 -0500 Subject: [PATCH] path to conda Signed-off-by: Kenneth Reitz --- docs/advanced.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index d084250a..d928aea7 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -81,8 +81,7 @@ This will fail a build if the ``Pipfile.lock`` is out–of–date, 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 Conda–provided Python, you simply provide the path to the Pyhon binary:: $ pipenv install --python=/path/to/anaconda/python