Add StataNow 19 new default installation paths on Windows and macOS and fix a small issue in set_pystata_path() #65
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi Tim
My Uni just got Stata 19. Rather to my surprise StataCorp. have changed the default installation paths on both Windows and macOS.
On Windows it is now:
C:\Program Files\StataNow19
On macOS it is now:
/Applications/StataNow
I have done my best to add these into the code.
Feel free to edit - I'm not particularly experienced with Python.
Also I spotted an issue with the
stata_dir
config parameter - I noticed if I put either single or double quotes around it in my nbstata.conf file as the docs suggest I should be able to thenset_pystata_path()
failed. I have put two calls in to strip either quotes if found from thestata_dir
object. You might know a better way to do this.All the best
Tom