yarnpkg/yarn

Yarn missing python flag

Open

#3 519 ouverte le 29 mai 2017

Voir sur GitHub
 (8 commentaires) (17 réactions) (0 assignés)JavaScript (2 731 forks)batch import
cat-compatibilitygood first issuehelp wantedtriaged

Métriques du dépôt

Stars
 (41 514 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Do you want to request a feature or report a bug? Feature request

What is the current behavior? yarn add x --python=2.7 ignores the flag.

What is the expected behavior? Yarn should use the specified version of python when building modules since npm does. Yarn should also check the python flag set in the npm config for example running this command doesn't change the python version being used. npm config set python python2.7

Ref: https://github.com/trentm/node-bunyan/issues/216#issuecomment-304639731

Please mention your node.js, yarn and operating system version. N/A

Guide contributeur