-
-
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
Pkg.init() and Pkg.update() fails #13972
Comments
It still seems not to be clear, what needs to be done. Therefore I would like to reopen this issue. |
Make the modification shown in https://github.com/JuliaLang/julia/pull/13952/files, then do |
@tkelman : Thank you so much! your last post exactly solves my problem. cool! |
@tkelman I am facing the same issue with Pkg. I tried the solution you mentioned above, but the |
What platform? Install pkg-config? Though it shouldn't be an error if you don't have pkg-config installed. |
Ubuntu 14.04 LTS. I looked through some of the related issues and tried the approaches. #13472 worked for me in the end. Thanks! |
Hello julia community!
I am facing big problems with Julia packages: Pkg.init() and Pkg.update() are not working. I have scanned the internet regarding the message, but nothing seems to be the right solution. I have already had a long odyssey ...
This seems to be an frequent trap. So it might be advantageous to be more clear in the installation chapter of julia.
displays the following :
by the way:
works fine! The only thing is, that I cannot install packages in Julia. My computer is behind the proxy. The proxy settings for git seems to be correct
System environment
Linux Mint 17.02 (based on Ubuntu 14.04)
newest julia from github
~/julia $ sudo ./julia
_
_ _ ()_ | A fresh approach to technical computing
() | () () | Documentation: http://docs.julialang.org
_ _ | | __ _ | Type "?help" for help.
| | | | | | |/ ` | |
| | || | | | (| | | Version 0.5.0-dev+1265 (2015-11-13 08:40 UTC)
/ |_'|||__'| | Commit f045831 (0 days old master)
|__/ | x86_64-linux-gnu
The text was updated successfully, but these errors were encountered: