Commit 2f54fa44ca53059a8caa509f7410c2b8c43fe939

Authored by tatiana
1 parent 07b8c8d2

ENH: Python sys path, suggested by Paulo Cesar Pereira Andrade

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
invesalius/invesalius.py
1   -#!/usr/local/bin/python
  1 +#!/usr/bin/env python
  2 +# NOTE: #!/usr/local/bin/python simply will *not* work if python is not
  3 +# installed in that exact location and, therefore, we're using the code
  4 +# above
2 5 #--------------------------------------------------------------------------
3 6 # Software: InVesalius - Software de Reconstrucao 3D de Imagens Medicas
4 7 # Copyright: (C) 2001 Centro de Pesquisas Renato Archer
... ...