lol
at master 23 lines 832 B view raw
1diff --git a/setup.py b/setup.py 2index 507dd32d..bf258897 100644 3--- a/setup.py 4+++ b/setup.py 5@@ -435,9 +435,6 @@ class install_pymol(install): 6 super().run() 7 self.install_pymol_path() 8 9- if not self.no_launcher: 10- self.make_launch_script() 11- 12 if self.bundled_pmw: 13 raise Exception( 14 "--bundled-pmw has been removed, please install Pmw from " 15@@ -487,7 +484,7 @@ class install_pymol(install): 16 launch_script = os.path.join(self.install_scripts, launch_script) 17 18 python_exe = os.path.abspath(sys.executable) 19- site_packages_dir = sysconfig.get_path('purelib') 20+ site_packages_dir = sysconfig.get_path("purelib") 21 pymol_file = self.unchroot( 22 os.path.join(site_packages_dir, "pymol", "__init__.py") 23 )