Skip to content
Snippets Groups Projects

Use env to locate python instead of forcing the use of system python

Merged Ben Couturier requested to merge (removed):LBCORE-1130 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
#!/usr/bin/python
#!/usr/bin/env python
""" Main script to setup the basic LHCb environment """
import sys
Loading