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