File: AdjustPythonPath.patch

package info (click to toggle)
plasmidid 1.6.3%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 94,612 kB
  • sloc: sh: 4,979; perl: 1,460; python: 683; makefile: 15
file content (34 lines) | stat: -rw-r--r-- 976 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Author: Steffen Moeller
Last-Update: 2020-06-26 18:33:35 +0200
Description: Fix Python3 path

Index: plasmidid/bin/download_plasmid_database.py
===================================================================
--- plasmidid.orig/bin/download_plasmid_database.py
+++ plasmidid/bin/download_plasmid_database.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 # Standard library imports
 import os
Index: plasmidid/bin/mashclust.py
===================================================================
--- plasmidid.orig/bin/mashclust.py
+++ plasmidid/bin/mashclust.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 # Standard library imports
 import os
Index: plasmidid/bin/summary_report_pid.py
===================================================================
--- plasmidid.orig/bin/summary_report_pid.py
+++ plasmidid/bin/summary_report_pid.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 # Standard library imports
 import os