diff --git a/pipenv/cli.py b/pipenv/cli.py index 8105ce72..f1f77bf6 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -431,6 +431,7 @@ def check(): p = pipfile.load(project.pipfile_location) # Assert the given requirements. + # TODO: Run this within virtual environment. p.assert_requirements() @click.command(help="Updates pip to latest version, uninstalls all packages, and re-installs them to latest compatible versions.")