You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing Beeline on Windows, a common recurring issue is the inability for the script to parse and split paths due to differences in path separators depending on the OS. A fix may be to use os.path.sep in the place of any hardcoded path separators.
The text was updated successfully, but these errors were encountered:
Thanks for the report @kevchen03. I suggest you reword the last sentence to say something like "A fix might be to use os.path.sep." and to test that change before creating a PR.
When installing Beeline on Windows, a common recurring issue is the inability for the script to parse and split paths due to differences in path separators depending on the OS. A fix may be to use os.path.sep in the place of any hardcoded path separators.
The text was updated successfully, but these errors were encountered: