mitsuhiko/pipsi

Missing instructions on using with both py2 & py3

オープン

#84 opened on 2016/11/15

 (3 件のコメント) (10 件のリアクション) (0 人の担当者)Python (135 件のフォーク)github user discovery
help wanted

Repository metrics

Stars
 (1,994 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Goal: work with packages like "bandit" - which may need both py2 & py3 versions installed (since they use the AST module of the python executable).

There are 2 challenges here:

  • being able to specify the python to be used during the install (the --python option to virtualenv)
  • being able to append the "usual" suffixes for each version (since both bandit2 and bandit3 would be in ~/.local/bin/

I've seen hints on the web that such a setup is possible, however I have not been able to find the details anywhere.

コントリビューターガイド