First of all, all I want to do is run python (correct version 3.6.8, or whatever is necessary) in any repl and be able to 

`>> import QuantConnect`

as some of the docs say.

Note: I run Ubuntu 20.04, but I know my way around Linux enough to be able to adapt instructions from other Linux versions.

 

I've followed instructions here:

https://github.com/QuantConnect/Lean#linux-debian-ubuntu

 

And here:

https://github.com/QuantConnect/Lean/blob/master/Algorithm.Python/readme.md#linux

 

And even here::

https://www.quantconnect.com/forum/discussion/8506/vscode-run-python-strategy-offline-with-linux/p1

 

And I can't get anything to work. Where are the instructions to get Lean/QC running natively on Linux? Each of the docs linked above give bits and pieces of instructions, but even all together I don't believe they enable a native Linux installation.

Please no one tell me to "just use Jupyter with the Docker container" or "it works with Visual Studio" or whatever. It should be very possible to run Lean/QC in native Python on Linux, but none of the docs that I have found run through the installation or "getting started" process end-to-end.

For reference, I'm new to QC, but I'm an experienced data scientist and developer. Is there a set of docs I haven't found yet?

Also of note: I'm not trying to be a problem. I really want QC to be successful, but there are a LOT of posts in this forum about installation problems. Why am I 3+ hours into attempting to install Lean without success? (not counting the "use Jupyter from Docker" instructions, which I've been able to do) 

Is there something I can help with?

Thanks in advance for the help.

Author