Update error message.

This commit is contained in:
Josh Matthews 2020-05-04 11:52:49 -04:00 committed by GitHub
parent 39fff93bef
commit 0148cc5cf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@ fn find_python() -> String {
}
}
panic!(
"Can't find python (tried {})! Try fixing PATH or setting the PYTHON env var",
"Can't find python (tried {})! Try fixing PATH or setting the PYTHON2 env var",
candidates.join(", ")
)
})