Update basics.rst with $SHELL

State the role of `$SHELL` in `pipenv shell` command.
This commit is contained in:
零件
2018-07-29 21:23:40 +08:00
committed by GitHub
parent 9e2f8295c1
commit 9cb8e546c2
+1
View File
@@ -326,6 +326,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.
Also ``pipenv shell`` use ``$SHELL`` environment variable to get the name of shell you are running, if something wrong, just check it.
☤ A Note about VCS Dependencies
-------------------------------