fb1865d70fd03332e9776bc85771cc1c8a37463c
maximilianh
  Sun Sep 14 12:01:21 2025 -0700
moving to python3 for default script stubs and adding a note to contributing.md

diff --git src/cbGenes src/cbGenes
index 4d6348a..fd65df1 100755
--- src/cbGenes
+++ src/cbGenes
@@ -1,9 +1,9 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 import sys
 from os.path import join, dirname
 
 # tested with python 2.6 and python3, see cellbrowser.py
 import sys
 sys.path.insert(0,  join(dirname(__file__), "cbPyLib") )
 from cellbrowser import genes
 genes.cbGenesCli()