You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ll ~/bin
...
lrwxrwxrwx 1 ivo ivo 34 Feb 28 01:09 python2.6 -> /home/ivo/local/py26/bin/python2.6
lrwxrwxrwx 1 ivo ivo 34 Feb 28 01:09 python3.2 -> /home/ivo/local/py32/bin/python3.2
...
That referenced py bug has been lost in time, so I don't know if this has ever been fixed. I guess not though. Basically there is a bigger picture which is about more intelligent interpreter discovery, which is one thing I'd like to tackle after I waded through all the open issues, so watch this space ... or better that one:
Closing this in favour of #421 with generally better discovery hopefully coming up soonish.
I have my own path with symlinked custom built pythons, linked in
~/bin
.Tox can't find these pythons. It's because of a bug in
py
- https://bitbucket.org/hpk42/py/issue/44/cant-handle-standard-unix-when-usingRonny on IRC asked me to file an associated issue for tox as well.
The text was updated successfully, but these errors were encountered: