On Thu, 17 Jul 2014 15:41:44 -0400
Ned Batchelder wrote:
>
> For testing one project on multiple versions of Python, use tox.
> Its entire reason for being is to test Python code against multiple
> environments, generally for different Python versions, but possibly
> for other reasons, like diffe
> #!/bin/bash
> script=`readlink -f -- "$1"`
> case "$script" in
> /usr/bin*)
> exec python3 "$@"
> ;;
> esac
> exec python2 "$@"
>
> /usr/local/bin/virtualenv====
Hello!
The condensed version of the question would probably be: How does one
deal with multiple interpreters and one package where you want to try
some changes?
The background:
I made a trivial change to some package (docutils) to scratch a
personal itch, and I want to offer this back to the c
Hi there,
I am puzzled at how I borked my installation. Python loads slow on my
machine, and I decided to use strace and /usr/bin/time to see what is
actually happening.
# sync && echo 3 > /proc/sys/vm/drop_caches
$ /usr/bin/time python2 -c ""
0.19user 0.04system 0:01.22elapsed 19%CPU (0avgtex