Blog: 2023-09-29: Difference between revisions
Jump to navigation
Jump to search
(Created page with "I'm back to wanting a python version manager like n ...") |
No edit summary |
||
Line 1: | Line 1: | ||
I'm back to wanting a python version manager like n ... |
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 |
Latest revision as of 11:52, 29 September 2023
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