-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
handle missing $HOME / homedir()
variable gracefully
#15884
Comments
The system doesn't have the environment variable |
Tks, |
homedir()
variable gracefully
I just ran into this. I believe there is only one place in the whole julia code base that references There are also some tests that seem to use |
The newer libuv we're now on should have a function we can use for this. |
I just ran into this as well while trying to launch htcondor jobs on Mac OS X 10.9.5.
|
I also have this issue running Julia in some Docker containers (for instance phusion:baseimage-docker) since $HOME isn't set by default. |
I think this was fixed on master by #19636 |
Ubuntu 14.04, julia 0.4.5
I have a julia script, when I run it in a running aws instance, it works.
but when I tried to run it using
user_data
, which means running the script after system initialization, it failed.I got the following output in
/var/log/cloud-init-output.log
. It seems that it is a problem of julia. Any help will be appreciated.The text was updated successfully, but these errors were encountered: