TomTravis / crouton_Penguin

Chromium OS Penguin multi user linux work station
https://drive.google.com/uc?export=download&id=1HFjX1OejjHAYbaHVL3l9krmBUkA1caZR
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

update the install with python 3.10.6 and mamba and test #21

Closed TomTravis closed 1 year ago

TomTravis commented 1 year ago

update https://github.com/mamba-org/mamba https://mamba.readthedocs.io/en/latest/index.html this works for arm64 anaconda fails with core dump

TomTravis commented 1 year ago

https://www.python.org/downloads/release/python-3110/ sudo apt install libssl-dev libncurses5-dev libsqlite3-dev libreadline-dev libtk8.6 libgdm-dev libdb4o-cil-dev libpcap-dev ./configure twice with optimizes flags

sudo make altinstall -j 3

TomTravis commented 1 year ago

have python condaforge and mamba install

https://github.com/conda-forge/miniforge#mambaforge run sh for install https://mamba.readthedocs.io/en/latest/installation.html use conda to install mamba conda install mamba -n base -c conda-forge

https://mamba.readthedocs.io/en/latest/user_guide/mamba.html