Y
Hacker News
new
|
ask
|
show
|
jobs
by
mdtusz
2457 days ago
You'd think, but it's not always the case. I've recently encountered an issue with eventlet that is only present in 3.7, for example.
1 comments
snorkasaurus
2457 days ago
I agree. Try pyenv. It lets you install a particular version for use in a shell account, then `python -m venv venv`. I like pip-tools for requirements management, but some reasonable people disagree.
link