-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HOME is usually not set on Windows #77
Comments
I would certainly read The reason for preferring that is that As an aside, if you expressly wanted the data not to roam (for example, for caches generated on a per-machine basis), you'd be better using |
@dra27 OPAM might have good reasons to use PS: Programs should not create new stuff directly under PPS: For people who are less familiar with the Windows API, here are the typical values of the two folders:
|
The environment variable
HOME
is not standard on Windows and should probably fallback toUSERPROFILE
.The text was updated successfully, but these errors were encountered: