Blog: 2023-09-29

From razwiki
Revision as of 12:52, 29 September 2023 by Razzi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

I'm back to wanting a python version manager like n ...

ok so let's say I use it like pyver 3.7.6

then I want it to download the source for 3.7.6, compile it, and install it to /usr/local/bin

Not so bad, let's do it manually