[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Export xml
From: |
Valentin Villenave |
Subject: |
Re: Export xml |
Date: |
Mon, 6 Apr 2020 07:24:29 +0000 |
On 4/6/20, Voltrane <address@hidden> wrote:
> marcswake@MBP-de-Marc ~ % pip install --upgrade pip
> zsh: command not found: pip
Puisque pip3 (ou pip3.8) marche chez vous, vous devriez peut-être
utiliser cela au lieu de pip tout court.
Manifestement sous Mac OS, la question n’est pas simple :
https://opensource.com/article/19/5/python-3-default-mac
Après avoir installé python-ly, il faudrait arriver à trouver
exactement dans quel obscur sous-dossier il l’a mis, et soit ajouter
ce chemin à la variable PATH soit utiliser le chemin complet pour
l’invoquer. Sous un système d’exploitation convenable, ce serait
quelque chose comme:
/usr/local/bin/ly musicxml monfichier.ly
V.
- Re: Export xml, (continued)
- Re: Export xml, Voltrane, 2020/04/06
- Re: Export xml, Valentin Villenave, 2020/04/06
- Re: Export xml, Voltrane, 2020/04/07
- Re: Export xml, Jean Abou Samra, 2020/04/07
- Re: Export xml, Jean Abou Samra, 2020/04/07
- Re: Export xml, Voltrane, 2020/04/07
- Re: Export xml, Valentin Villenave, 2020/04/07
- Re: Export xml, Marc Swake, 2020/04/07
- Re: Export xml, Jean Abou Samra, 2020/04/19
- Re: Export xml, Marc Jacob de Cordemoy, 2020/04/20
Re: Export xml,
Valentin Villenave <=