|
|
|
|
|
by kstrauser
2996 days ago
|
|
pyenv is your friend. It manages the installation of multiple versions, and you can choose on a per-pipenv basis which one you want to use. A certain codebase requires 2.7.10, not 2.7.11? Pin it to 2.7.10 and it'll stay there forever, even if you upgrade the system or homebrew python. |
|