ama
ama
@amato.bsky.social
Remote sensing, Python, Neovim, Arch Linux etc. I like free as freedom, not gratis.
I was just confused with the hatch and hatchling😅
June 8, 2024 at 5:37 PM
I gave up on installing rstudio.
I go with docker.
May 13, 2024 at 8:48 AM
Without installing them in system python.
April 11, 2024 at 5:22 AM
If the virtual environment was created via rye, reticulate raises "Error: '.venv/bin/python3' was not built with a shared library. reticulate can only bind to copies of Python built with '--enable-shared'".
Therefore, I needed to create the .venv with /bin/python3 -m venv /path/to/.venv
April 10, 2024 at 10:18 AM