I ran pipenv install
to create a Pipfile
in the current directory that doesn't have a Pipfile
. It gave the following output but did not create a Pipfile
. Why not?
Installing dependencies from Pipfile.lock (639627)…
▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉ 0/0 — 00:00:00
To activate this project's virtualenv, run pipenv shell.
Alternatively, run a command inside the virtualenv with pipenv run.
It looks like it found a Pipfile.lock
somewhere and used it? (similar to git
behavior)