From 93c835be59e3bfb4e0bd99babcfd99312f4a21b8 Mon Sep 17 00:00:00 2001 From: stonebig Date: Thu, 18 Feb 2016 20:06:08 +0100 Subject: [PATCH] shebang patching bug --- winpython/wppm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winpython/wppm.py b/winpython/wppm.py index dd86ce27..71048984 100644 --- a/winpython/wppm.py +++ b/winpython/wppm.py @@ -486,7 +486,7 @@ def patch_standard_packages(self, package_name='', to_movable=True): " writer.writerow((normpath(f, lib_dir), h, l))") # create movable launchers for previous package installations - self.patch_all_shebang() + self.patch_all_shebang(to_movable=to_movable) if package_name.lower() == "spyder" or package_name == '': # spyder don't goes on internet without I ask