Skip to content

Commit 1163c25

Browse files
committed
Add possible StataNow18 path on Windows
1 parent d91fa72 commit 1163c25

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

nbs/01_config.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
" if _dir is None:\n",
102102
" dirs = [r'C:\\Program Files\\StataNow19',\n",
103103
" r'C:\\Program Files\\Stata19',\n",
104+
" r'C:\\Program Files\\StataNow18',\n",
104105
" r'C:\\Program Files\\Stata18',\n",
105106
" r'C:\\Program Files\\Stata17']\n",
106107
" else:\n",

nbstata/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def _win_find_path(_dir=None):
2222
if _dir is None:
2323
dirs = [r'C:\Program Files\StataNow19',
2424
r'C:\Program Files\Stata19',
25+
r'C:\Program Files\StataNow18',
2526
r'C:\Program Files\Stata18',
2627
r'C:\Program Files\Stata17']
2728
else:

0 commit comments

Comments
 (0)