|
|
|
|
|
by dns_snek
1178 days ago
|
|
> If you're Starting A Project and want to install packages locally, use the virtualenv package that came with your system Python. I think this should be emphasized more, I don't think it's just a matter of preference, not separating packages between projects using virtualenvs will land you in a world of hurt as soon as you want to update or uninstall any of them and they're hopelessly entangled with system packages and other projects. |
|