Skip to content

Commit

Permalink
Update path
Browse files Browse the repository at this point in the history
  • Loading branch information
timdouglas committed Feb 19, 2014
1 parent 7c1c187 commit 838df68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lesscompiler.py
Expand Up @@ -201,7 +201,7 @@ def convertLess2Css(self, lessc_command, dirs, file='', minimised=True, outputFi
else:
# if is not Windows, modify the PATH
env = os.getenv('PATH')
env = env + ':/usr/local/bin:/usr/local/sbin'
env = env + ':/usr/bin:/usr/local/bin:/usr/local/sbin'
os.environ['PATH'] = env
# check for the existance of the less compiler, exit if it can't be located
if subprocess.call(['which', lessc_command]) == 1:
Expand Down

0 comments on commit 838df68

Please sign in to comment.