19 Nisan 2018 09:46

Muslu Y.

Python

Python Pip ile tüm paketleri tek komut ile güncellemek

Anasayfa

Python

Python Pip ile tüm paketleri tek komut ile güncell...

dummy

Python kütüphanelerini pip ile güncellemek için aşağıdaki komutu kullanıyoruz ancak sistemdeki tüm paketleri güncellemek istersek en alttaki komutu kullanmamız gerekir.

 

sudo -H pip3.6 install -U Django
  Var olan tüm paketleri güncelle

pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U

Python

hakkında diğer konular

Makdos Bilişim Teknolojileri 2015 - 2025