Skip to content

Commit

Permalink
Modified python scripts to use user environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jcchuang committed Mar 26, 2013
1 parent eca4848 commit 316e79f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion stmt-0.4.0/extract-doc-index.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/X11/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import argparse

Expand Down
3 changes: 2 additions & 1 deletion stmt-0.4.0/extract-term-freqs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/X11/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import argparse

Expand Down
3 changes: 2 additions & 1 deletion stmt-0.4.0/generate-label-term-distributions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/X11/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import argparse
import re
Expand Down
3 changes: 2 additions & 1 deletion stmt-0.4.0/generate-topic-index.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/X11/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import argparse

Expand Down

0 comments on commit 316e79f

Please sign in to comment.