mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #1442 from jtratner/add-instructions-for-conda
Add instructions for conda plus pipenv
This commit is contained in:
@@ -78,6 +78,14 @@ Also useful for deployment is the ``--deploy`` flag::
|
||||
This will fail a build if the ``Pipfile.lock`` is out–of–date, 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``
|
||||
-----------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user