Skip to content

Commit

Permalink
check for py.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Oct 3, 2015
1 parent ebbecfa commit 873ada3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/task/py3_switch.py
Expand Up @@ -66,7 +66,7 @@

def has_python_3():
if 'win' in sys.platform:
py_bin = 'python3.exe'
py_bin = 'py.exe'
else:
py_bin = 'python3'
for path in os.environ["PATH"].split(os.pathsep):
Expand Down

0 comments on commit 873ada3

Please sign in to comment.