Saptarshi Ghosh
06/08/2024, 9:03 AMInstalling Without Docker on Ubuntu 22.04 (Advanced Users)
I know my way arround ubuntu fairly well. My confusion is
(A) Do we need python3 -m pip install glayout
after sudo ./dependencies.sh
? or dependencies install everything? I prefer not to mess with system python.
(B) On the inspection of dependency, can I have a Conda env file instead of this?
(if Yes, I would like to help expanding this instruction set (for advanced users) into separation of python package installs and linux package installs). Having the dependencies.sh is good but a linux user might want to do this separately )
(C) Should I go with Python 3.12 or 3.11? Its been my experience not everything is caught up with 3.12
Sorry if I am repeating any question asked previouslyChetanya Goyal
06/08/2024, 12:36 PMdependencies.sh
build, you can manually install tools into a conda-env by referring to how the script installs them
3. 3.11 and 12 should both work, reach out if you're facing issues. 3.10 is the one we prefer to use in CI checks so we recommend that