[PATCH] D46914: Run scan-view on systems with python3 as default python provider

Khem Raj via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 15 16:22:25 PDT 2018


raj.khem created this revision.
Herald added a subscriber: cfe-commits.

Linux Distros e.g. archlinux have started to use python3 as default python interpreter, therefore we need to be specific if we need python2


Repository:
  rC Clang

https://reviews.llvm.org/D46914

Files:
  tools/scan-view/bin/scan-view


Index: tools/scan-view/bin/scan-view
===================================================================
--- tools/scan-view/bin/scan-view
+++ tools/scan-view/bin/scan-view
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 """The clang static analyzer results viewer.
 """


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46914.146956.patch
Type: text/x-patch
Size: 289 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180515/56c58de2/attachment.bin>


More information about the cfe-commits mailing list