Fedora mise
for version management of languages/libraries, install mise https://mise.jdx.dev/getting-started.html
I’m usign fish
, so I need add this to ~/.config/fish/config.fish
:
# ~/.config/fish/config.fish
# (other configurations)
if status is-interactive
# Commands to run in interactive sessions can go here
end
# https://mise.jdx.dev/cli/activate.html
mise activate fish | source
# (other configurations potentially)
python
mise use --global [email protected]
# check it
python --version
Last updated on