Inline Environment Variables - Regression 2023.11.17 ->2023.12.1 #6083
Labels
Contributor Candidate
The issue has been identified/triaged and contributions are welcomed/encouraged.
reported bug
Type: Bug 🐛
This issue is a bug.
Type: Possible Bug
This issue describes a possible bug in pipenv.
Issue description
The following command was supported in
2023.11.17
:pipenv run DISABLE_API_GENERATION=1 sphinx-build -b html -d some_path
With
2023.12.1
it fails with:Error: the command DISABLE_API_GENERATION=1 could not be found within PATH or Pipfile's [scripts].
Expected result
The command
sphinx-build -b html -d some_path
is run with the environment variableDISABLE_API_GENERATION
set to1
Actual result
The command errors
Steps to replicate
Provide the steps to replicate (which usually at least includes the commands and the Pipfile).
The text was updated successfully, but these errors were encountered: