From 2b6eb7c437856643cf35429fd4ac18bd58bd5f00 Mon Sep 17 00:00:00 2001 From: frostming Date: Fri, 28 Jun 2019 13:19:10 +0800 Subject: [PATCH] add news --- news/3819.bugfix.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/3819.bugfix.rst diff --git a/news/3819.bugfix.rst b/news/3819.bugfix.rst new file mode 100644 index 00000000..a6e05fb5 --- /dev/null +++ b/news/3819.bugfix.rst @@ -0,0 +1 @@ +``pipenv check --system`` should find the correct Python interpreter when ``python`` does not exist on the system.