|
|
|
|
|
by wenc
2040 days ago
|
|
Python: another way to do this is to install Anaconda and then spin up virtual environments with specific Python versions. conda create -n myenv python=3.6
Having multiple versions of system Pythons can be complicated. I've learned not to touch the system Python. |
|