diff options
author | Valentin Kuznetsov <vkuznet@gmail.com> | 2016-01-11 13:46:16 -0500 |
---|---|---|
committer | Ramon Fernandez <ramon@mongodb.com> | 2016-01-15 17:03:22 -0500 |
commit | 5492a19aaf5fb02856cfe7d711c249472f84ccfc (patch) | |
tree | eeda03de398790e33391e7e1286d31ec1186807d /buildscripts/packager-enterprise.py | |
parent | 920d38ceb07bff0ec18e2f173d942c3b743dea4b (diff) | |
download | mongo-5492a19aaf5fb02856cfe7d711c249472f84ccfc.tar.gz |
SERVER-22135 Take python from environment rather system default path
Signed-off-by: Ramon Fernandez <ramon@mongodb.com>
Closes #1056
Diffstat (limited to 'buildscripts/packager-enterprise.py')
-rwxr-xr-x | buildscripts/packager-enterprise.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/packager-enterprise.py b/buildscripts/packager-enterprise.py index fa0e538334c..e1935f10de3 100755 --- a/buildscripts/packager-enterprise.py +++ b/buildscripts/packager-enterprise.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # This program makes Debian and RPM repositories for MongoDB, by # downloading our tarballs of statically linked executables and |