-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Category: CLIIssue relates to the CLIIssue relates to the CLIType: Possible BugThis issue describes a possible bug in pipenv.This issue describes a possible bug in pipenv.triage
Description
When running scripts from pipfile. Unix style environment variables are wrongly recognized as commands.
Expected result
hello=world
is recognized as setting an environment variable
Actual result
Error: the command hello=world (from generic-script) could not be found within PATH.
Steps to replicate
- have the following part in
pipfile
[scripts] generic-script = 'hello=world python --version'
$ pipenv run generic-script
inactivist, cl0ckwork, maikelrobier, danielpza and melyux
Metadata
Metadata
Assignees
Labels
Category: CLIIssue relates to the CLIIssue relates to the CLIType: Possible BugThis issue describes a possible bug in pipenv.This issue describes a possible bug in pipenv.triage