IRkernel / irkernel.github.io

Website for IRkernel
https://irkernel.github.io/
4 stars 7 forks source link

Instructions for installation on Ubuntu (at least cosmic) aren't correct #44

Closed TsukiZombina closed 5 years ago

TsukiZombina commented 5 years ago

The installation at https://irkernel.github.io/installation/#linux-panel for Ubuntu say to execute: sudo apt-get install libzmq3-dev libcurl-openssl1.0-dev libssl-dev but it should be: sudo apt-get install libzmq3-dev libcurl4-openssl-dev libssl-dev jupyter-core jupyter-client like it's in Debian. It gave me the same errors and solved it as in #596 .

flying-sheep commented 5 years ago

thanks! do you know in which version it started to be called libcurl-openssl1.0?

I’ll add jupyter-core and jupyter-client to the list and mention to install libcurl-openssl1.0-dev on newer ubuntu versions and libcurl4-openssl-dev on older ones, does that make sense?

TsukiZombina commented 5 years ago

No ,I think it's libcurl-openssl1.0-dev for older ones and libcurl4-openssl-dev for newer ones. I have Ubuntu 18.10 and I just installed libcurl4-openssl-dev, even apt can't locate libcurl-openssl1.0-dev.

flying-sheep commented 5 years ago

I’m a bit confused, but the path seems clear:

flying-sheep commented 5 years ago

Fixed in 84e76501bc85745e0d937be02f721e06f552f471