Skip to content

Commit

Permalink
Merge pull request #2671 from HopeForToday/master
Browse files Browse the repository at this point in the history
Update basics.rst with `$SHELL`.
  • Loading branch information
techalchemy committed Aug 10, 2018
2 parents 92caefc + 69d8a20 commit c79507b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ You should do this for your shell too, in your ``~/.profile`` or ``~/.bashrc`` o

.. note:: The shell launched in interactive mode. This means that if your shell reads its configuration from a specific file for interactive mode (e.g. bash by default looks for a ``~/.bashrc`` configuration file for interactive mode), then you'll need to modify (or create) this file.

If you experience issues with ``$ pipenv shell``, just check the ``PIPENV_SHELL`` environment variable, which ``$ pipenv shell`` will use if available. For detail, see :ref:`configuration-with-environment-variables`.

☤ A Note about VCS Dependencies
-------------------------------
Expand Down Expand Up @@ -365,3 +366,4 @@ production environments for reproducible builds.
This will include all hashes, however (which is great!). To get a ``requirements.txt``
without hashes, use ``$ pipenv run pip freeze``.
.. _configuration-with-environment-variables:https://docs.pipenv.org/advanced/#configuration-with-environment-variables

0 comments on commit c79507b

Please sign in to comment.