16
ไม่สามารถติดตั้งแพ็กเกจได้เนื่องจาก EnvironmentError: [Errno 13]
ในเทอร์มินัล MacOS Mojave ของฉันฉันต้องการติดตั้งแพ็คเกจ python ด้วย pip ในตอนท้ายกล่าวว่า: 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. ดังนั้นฉันต้องการอัปเดต pip ด้วยคำสั่งที่กำหนด แต่ฉันพบข้อผิดพลาด: 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 …