mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
change wording for Environment Variables options
This commit is contained in:
committed by
Dan Ryan
parent
3402ed9615
commit
4b108dfd49
+2
-2
@@ -394,8 +394,8 @@ Pipenv supports the usage of environment variables in values, only in the ``[[so
|
||||
maya = {version="*", index="pypi"}
|
||||
records = "*"
|
||||
|
||||
Environment variables is better specified as ``${MY_ENVAR}``.
|
||||
But they may be ``$MY_ENVAR`` or ``%MY_ENVAR%`` on Windows.
|
||||
Environment variables is better specified as ``${MY_ENVAR}`` or ``$MY_ENVAR``.
|
||||
On Windows, ``%MY_ENVAR%`` is supported in addition to ``${MY_ENVAR}`` or ``$MY_ENVAR``.
|
||||
|
||||
|
||||
☤ Configuration With Environment Variables
|
||||
|
||||
Reference in New Issue
Block a user