Update

Описание к видео Update

When we upgrade python, it will be completely new dist and the older version still stay.
Older packages are NOT upgraded automatically .

we can keep the older packages by migrating them nicely with
pip freeze

then later we reinstall again with pip install -r pkgs.txt

Комментарии

Информация по комментариям в разработке