1376 links
192 private links
  • Liens de WebManiaK
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
1 results tagged homebrew x
  • thumbnail
    How to install Python 3.11 on Mac - Code2care

    Installation de Python 3.11 sur MacOS via Homebrew.

    Ressources supplémentaires:

    • Installer Homebrew
    • Installer pyenv pour gérer les différentes versions de Python
    • Installer Python

    En somme, les commandes donnent ceci:

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    # suivre les "next steps" de brew pour terminer l'installation
    brew install pyenv
    pyenv install --list
    pyenv install 3.11.6 # install la v3.11.6
    pyenv versions # vérifie les versions installées
    pyenv global 3.11.6 # définit 3.11.6 comme étant la version utilisée par défaut partout
    echo 'eval "$(pyenv init --path)"' >> ~/.zprofile
    October 8, 2023 at 10:58:22 AM GMT+2 * - permalink -
    QRCode
    - https://code2care.org/howto/install-python-3-11-on-mac/
    macos homebrew
Links per page: 20 50 100
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation