We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b4b45 commit e9d1c2aCopy full SHA for e9d1c2a
nbs/01_config.ipynb
@@ -99,7 +99,8 @@
99
"#| export\n",
100
"def _win_find_path(_dir=None):\n",
101
" if _dir is None:\n",
102
- " dirs = [r'C:\\Program Files\\Stata19',\n",
+ " dirs = [r'C:\\Program Files\\StataNow19',\n",
103
+ " r'C:\\Program Files\\Stata19',\n",
104
" r'C:\\Program Files\\Stata18',\n",
105
" r'C:\\Program Files\\Stata17']\n",
106
" else:\n",
nbstata/config.py
@@ -20,7 +20,8 @@
20
# %% ../nbs/01_config.ipynb 8
21
def _win_find_path(_dir=None):
22
if _dir is None:
23
- dirs = [r'C:\Program Files\Stata19',
+ dirs = [r'C:\Program Files\StataNow19',
24
+ r'C:\Program Files\Stata19',
25
r'C:\Program Files\Stata18',
26
r'C:\Program Files\Stata17']
27
else:
0 commit comments