$ pipenv install Creating a virtualenv for this project... Pipfile: /path/to/project/Pipfile Using /home/username/.anyenv/envs/pyenv/versions/3.7.0/bin/python3.7 (3.7.0) to create virtualenv... ⠋Already using interpreter /home/username/.anyenv/envs/pyenv/versions/3.7.0/bin/python3.7 Using base prefix '/home/username/.anyenv/envs/pyenv/versions/3.7.0' /home/username/.anyenv/envs/pyenv/versions/3.7.0/lib/python3.7/site-packages/virtualenv.py:1041: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp New python executable in /home/username/.local/share/virtualenvs/project-5FXDgRvf/bin/python3.7 Also creating executable in /home/username/.local/share/virtualenvs/project-5FXDgRvf/bin/python Installing setuptools, pip, wheel...done. Setting project for project-5FXDgRvf to /path/to/project
Virtualenv location: /home/username/.local/share/virtualenvs/project-5FXDgRvf Creating a Pipfile for this project... Pipfile.lock not found, creating... Locking [dev-packages] dependencies... Locking [packages] dependencies... Updated Pipfile.lock (a65489)! Installing dependencies from Pipfile.lock (a65489)... 🐍 ▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉ 0/0 — 00:00:00 To activate this project's virtualenv, run pipenv shell. Alternatively, run a command inside the virtualenv with pipenv run.