Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
add default path
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jul 8, 2016
1 parent 218c1b4 commit 7eacaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyquickhelper/pycode/build_helper.py
Expand Up @@ -40,7 +40,7 @@ def choose_path(*paths):
"__PY35_X64__": choose_path("c:\\Python35_x64", "c:\\Python35-x64", _default_nofolder),
"__PY34__": choose_path("c:\\Python34", _default_nofolder),
"__PY34_X64__": choose_path("c:\\Python34_x64", "c:\\Python34-x64", "c:\\Anaconda3", _default_nofolder),
"__PY27_X64__": choose_path("c:\\Python27_x64", "c:\\Python27-x64", "c:\\Anaconda2", "c:\\Anaconda", _default_nofolder),
"__PY27_X64__": choose_path("c:\\Python27_x64", "c:\\Python27", "c:\\Python27-x64", "c:\\Anaconda2", "c:\\Anaconda", _default_nofolder),
},
}

Expand Down

0 comments on commit 7eacaff

Please sign in to comment.