Forums

pipenv install not installing packages

I'm trying to use pipenv to install packages but it doesn't install anything.

10:30 ~/website (master)$ pipenv install
Installing dependencies from Pipfile.lock (d1b8df)...
Looking in links: /usr/share/pip-wheels
Ignoring colorama: markers 'platform_system == "Windows"' don't match your environment
To activate this project's virtualenv, run pipenv shell.
Alternatively, run a command inside the virtualenv with pipenv run.

Does it print anything out after that? How did you check what (if anything) it had installed?