mitsuhiko/pipsi

Missing instructions on using with both py2 & py3

Aperta

#84 aperta il 15 nov 2016

 (3 commenti) (10 reazioni) (0 assegnatari)Python (135 fork)github user discovery
help wanted

Metriche repository

Star
 (1994 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor