MacOS Mojave terminalimde pip ile bir python paketi kurmak istedim. Sonunda diyor ki:
You are using pip version 10.0.1, however version 18.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Bu yüzden verilen komutla pip'i güncellemek istedim ama bir hata aldım:
Could not install packages due to an EnvironmentError: [Errno 13] Permission denied:
'/Library/Python/2.7/site-packages/pip-18.0-py2.7.egg/EGG-INFO/PKG-INFO'
Consider using the `--user` option or check the permissions.
Şimdi ne yapacağımı gerçekten anlamıyorum. Ayrıca hata mesajında Python 2.7 yazdığını fark ettim ama sadece python 3'e sahibim ve kullanmak istiyorum.
--user
Seçeneği kullanmayı düşünün veya izinleri kontrol edin " ifadesini okudunuz mu?