-
-
Notifications
You must be signed in to change notification settings - Fork 416
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
Mac OSX installation problem #770
Comments
Ouch, this seems like a bug in Anaconda's (Conda.jl is passing the path correctly as a single argument, because Julia executes programs directly with (The suggestion |
The right thing to do is to first reproduce the problem without using Julia, and then file a bug with Anaconda. Steps to reproduce:
sh Miniconda3-latest-MacOSX-x86_64.sh -b -f -p /some/path/with/space |
Actually, it seems it has already been reported: ContinuumIO/anaconda-issues#716 |
Closing as a duplicate of that anaconda issue. In the meantime, the workaround is not to use a path with spaces. (On my MacOS X box, the user home directory is simply |
Thanks for looking into this. I was able to work around it using the
instructions on the IJulia github page by setting ENV["JUPYTER"]=<my local
ijulia> since I'd previously installed anaconda. It's hard for me to
believe this is an issue (for them not you) when all Macs are set up like
this by default. Not a good default, but still....
…On Mon, Nov 5, 2018 at 4:48 PM Steven G. Johnson ***@***.***> wrote:
Closed #770 <#770>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#770 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAPUt9dm1tJGLN0ht0EJBueS2UzyVKWTks5usLIagaJpZM4YDLhg>
.
|
When I do Pkg.build("IJulia") I get the following error:
│ ERROR: did not recognize option 'HD/Users/bill/.julia/conda/3', please try -h
│ [ Info: Installing Jupyter via the Conda package.
│ [ Info: Downloading miniconda installer ...
│ [ Info: Installing miniconda ...
│ ERROR: LoadError: failed process: Process(
'/Volumes/Macintosh HD/Users/bill/.julia/conda/3/installer.sh' -b -f -p '/Volumes/Macintosh HD/Users/bill/.julia/conda/3'
, ProcessExited(1)) [1]It seems clear by the error message that it has trouble with the fact that the volume name Macintosh HD has a space in it. The suggestion to use -h is problematic since I have no idea where the -h would go in the command Pkg.build("IJulia"). Any ideas?
The text was updated successfully, but these errors were encountered: