…skip this if you don’t currently build python from source on Aurora…
I’m a new(ish) Aurora user and I use it mostly for browsing and shitposting. I thought of using it as a (python) development machine but I’m starting to flail around…
On my Macbook I use pycharm pro to make corrections to the python/cpython
core docs. The workflow involves compiling cpython, running the test suite then building the docs.
I get that there are several potential ways I could install a python dev environment, but I wonder if there is an opinionated (as in “working”) method
that allows me to
- build cpython from source,
- run the tests,
- build the docs,
and potentially use that (altinstall
?) python to run, build, package etc.
I have heard people say they use Aurora for developing with Python, although I haven’t heard of anyone compiling cpython itself.
I could live without Pycharm because it’s not clear how to install it so that it works with podman and can see multiple python SDKs, etc.
So Pycharm ends up just being a really slow editor.
(it’s high time I switched to emacs
anyway)