-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not raise exception for pipenv graph when virtualenv does not exist #3201
Comments
2 tasks
I'm having an issue with setting up Pipenv in a certain directory. There used to be an old pipenv there, which I tried to delete:
Last step failed with following output:
I'm going to try delete the whole directory, make a new directory (with same name) and try again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue description
When virutaulenv is not created for a project yet,
pipenv graph
will raise exception.It happens at least for v2018.10.13.
Expected result
It should be a friendly info.
Please run
$ pipenv --support
, and paste the results here. Don't put backticks (`
) around it! The output already contains Markdown formatting.If you're on macOS, run the following:
If you're on Windows, run the following:
If you're on Linux, run the following:
The text was updated successfully, but these errors were encountered: