From 5598c68d7a32a949ccb0671e325956f6f0f86704 Mon Sep 17 00:00:00 2001 From: Jeremiah Wilke Date: Wed, 8 Jun 2022 04:10:07 -0700 Subject: [PATCH] Fixes for building with setup.py outside conda, primarily Mac --- install.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.py b/install.py index 86aa39cfb..1c0d9c211 100755 --- a/install.py +++ b/install.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright 2021-2022 NVIDIA Corporation # diff --git a/setup.py b/setup.py index 746d49457..8d37a2de6 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright 2021-2022 NVIDIA Corporation #