Archlinux pip and setuptools not upgraded
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Terminal command : python -V output: Python 3.5.2 I'm trying pip and setuptools update on pycharm but this error occurred : Error :python packaging tool 'pip' not found. Proposed solution: Try to run this command from the system terminal. Make sure that you use the correct version of 'pip' installed for your Python interpreter located at '/usr/bin/python3.5'. Terminal command : which pip output: usr/bin/pip And I'm trying on terminal command : pacman -S(or -Syu,-Syy) python-pip or pacman -S(-Syu,-Syy) python-setuptools resolving dependencies