[01:06:22] <njs> maxLeet`: usually ubuntu comes with openssl installed, which is what you need to use ssl, but *not* the -dev version that you need to build software that uses ssl
[01:07:13] <njs> maxLeet`: so make sure to try 'apt install libssl-dev', not just 'apt install libssl' or finding openssl in the software center
[03:11:58] <maxLeet`> njs: it was a matter of a wrong repo that I setup when installing another pacakge.
[03:13:39] <maxLeet`> njs: openssl was installed already, but when i was trying to install pip django it was bringing up error about python3.6.7 and needing dependencies
[22:12:58] <disi> is it correct to say "easy_install is not maintained any longer"?