I'm in #python hell:
root ~ # /usr/local/bin/twine --version
twine version 1.15.0
But:
user ~ # /usr/local/bin/twine --version
twine version 1.9.1
🤔
Same computer, new shells.
@publicvoit what does `which python` or `which python3` say in both cases?
@publicvoit hm, something setting $PYTHONPATH?
@fabian both aren't set.