1398 links
199 private links
  • Liens de WebManiaK
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
10 results tagged update x
  • Astuce pour mettre à jour pip sur Ubuntu

    D'après le fichier /usr/lib/python3.7/ensurepip/init.py (du module "ensurepip" dont l'utilité est de servir de bootstrap pour les environnements virtuels) aux lignes 61-67:


    def version():
    """
    Returns a string specifying the bundled version of pip.
    """
    wheel_names = glob.glob('/usr/share/python-wheels/pip-*.whl')
    assert len(wheel_names) == 1, wheel_names
    return os.path.basename(wheel_names[0]).split('-')[1]

    On remarque que la version de pip est déterminée par le package wheel situé dans /usr/share/python-wheels.

    Dès lors, il suffit de mettre à jour pip comme suit:

    $ cd ~/
    $ pip3 download pip
    Collecting pip
    Using cached https://files.pythonhosted.org/packages/5c/e0/be401c003291b56efc55aeba6a80ab790d3d4cece2778288d65323009420/pip-19.1.1-py2.py3-none-any.whl
    Saved ./pip-19.1.1-py2.py3-none-any.whl
    Successfully downloaded pip

    $ sudo mv pip-19.1.1-py2.py3-none-any.whl /usr/share/python-wheels
    $ sudo mkdir /usr/share/python-wheels/old
    $ sudo mv /usr/share/python-wheels/pip-9.0.1-py2.py3-none-any.whl /usr/share/python-wheels/old/

    $ cd ~/Projects/MyProject
    $ python3 -m venv venv
    $ source venv/bin/activate
    $ pip --version
    pip 19.1.1

    TADAAAA !!!

    June 26, 2019 at 2:43:00 PM GMT+2 * - permalink -
    QRCode
    - https://powerjpm.info/liens/shaare/pIj0Eg
    python pip update ubuntu
  • So your Microsoft Windows Update won’t start? Here’s what you can do.

    Un article bien utile (en anglais) pour procéder à la réinitialisation des Windows Updates si votre ordinateur se plaint de ne pas pouvoir lancer le service.

    April 6, 2019 at 10:51:36 AM GMT+2 * - permalink -
    QRCode
    - https://www.peters.com/microsoft-windows-update-wont-start/
    windows tool update
  • thumbnail
    Windows 7 – Comment réparer la mise à jour ? - Korben

    Encore une belle occasion de dire: Merci Microsoft! LOL!

    June 28, 2018 at 1:14:01 PM GMT+2 * - permalink -
    QRCode
    - https://korben.info/windows-7-comment-reparer-la-mise-a-jour.html
    windows update
  • Windows Update Minitool

    Intéressante alternative à Windows Update sous Windows 10. C'est un outil permettant de choisir les mises à jour à appliquer, puisque Microsoft ne nous laisse plus le choix par défaut...

    Via http://sebsauvage.net/links/?QYZ_qg

    January 13, 2018 at 10:07:37 PM GMT+1 * - permalink -
    QRCode
    - https://www.malekal.com/windows-update-minitool/
    windows update tool
  • thumbnail
    How to upgrade to the 3.16 LTS Utopic kernel and graphics for Ubuntu 14.04
    October 25, 2016 at 2:03:09 PM GMT+2 - permalink -
    QRCode
    - https://xpressubuntu.wordpress.com/2015/02/12/how-to-upgrade-to-the-3-16-lts-utopic-kernel-and-graphics-for-ubuntu-14-04/
    ubuntu linux update kernel tutorial
  • thumbnail
    Kernel/LTSEnablementStack - Ubuntu Wiki

    Particulièrement pratique lorsqu'on installe un nouveau serveur Ubuntu et qu'on remarque que le kernel 2.6 tourne dessus, qu'on peste un grand coup parce que rien n'est plus compatible avec et qu'on cherche à installer une nouvelle version.

    September 12, 2016 at 9:29:56 PM GMT+2 - permalink -
    QRCode
    - https://wiki.ubuntu.com/Kernel/LTSEnablementStack
    ubuntu server kernel update
  • thumbnail
    How to Prevent Windows 10 From Automatically Downloading Updates

    Il existe visiblement quelques astuces pour éviter que Windows 10 ne télécharge les mises à jour automatiquement. Un outil est également mis à disposition (sans doute parce que ça râlait trop) pour désactiver certaines mises à jour que vous n'aimeriez pas trop voir sur votre PC (exemple: espionnage, bug, problèmes graphiques, incompatiblités, etc.).

    September 2, 2015 at 2:43:19 PM GMT+2 - permalink -
    QRCode
    - http://www.howtogeek.com/224471/how-to-prevent-windows-10-from-automatically-downloading-updates/
    windows update hack
  • thumbnail
    Sans prévenir WordPress impose (encore) un script tiers dans sa mise à jour 4.2 | Ohax

    Et voilà, WordPress retourne au front et impose à nouveau des nouveautés non désactivables. Cette fois, ce sont les emojis qui sont insérés via un script externe. C'est comme pour les Google Fonts: concrètement, ça ne change pas grand-chose, mais BON DIEU, laissez-nous gérer ce qu'on veut en terme de scripts externes, c'est pas compliqué, non ?

    Via http://liens.strak.ch/?GvNAMw

    May 3, 2015 at 1:48:56 PM GMT+2 - permalink -
    QRCode
    - http://ohax.fr/sans-prevenir-wordpress-impose-encore-script-dans-sa-mise-a-jour-4-2
    wordpress plugin update
  • Frequently Asked Questions | wallabag

    Juste un lien vers la procédure de mise à jour de Wallabag. Parce que je ne sais jamais où la trouver et que même si la difficulté est vraiment minime, ça m'embêterait de louper une étape (genre effacer le cache)

    September 3, 2014 at 1:06:39 PM GMT+2 * - permalink -
    QRCode
    - https://www.wallabag.org/frequently-asked-questions/#How_can_I_update_wallabag
    update Web Services
  • thumbnail
    How to update Raspberry Pi's firmware

    How to update Raspberry Pi's firmware

    July 25, 2013 at 9:18:18 PM GMT+2 - permalink -
    QRCode
    - http://raspberrypi.stackexchange.com/questions/164/how-do-i-update-software-and-firmware
    software firmware raspberry pi update Tutoriels
Links per page: 20 50 100
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation