Activity for HGStyleâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #287333 |
Post edited: |
— | about 2 years ago |
Edit | Post #287333 | Initial revision | — | about 2 years ago |
Question | — |
Adding Python 3.11 to `$PATH` I built Python 3.11 from source (from GitHub python/cpython branch "3.11"). Here is what I did (after downloading the repo as ZIP) ```lang-shell cd Downloads 7z x cpython-3.11.zip cd cpython-3.11 chmod +x configure ./configure make ``` Everything is okay, but I can run Python 3.11 only in... (more) |
— | about 2 years ago |