ピップを何度もインストールしようとしましたができませんでした。これは私の端末がどのように見えるかであるピップインストールしようとしているときのように:ubuntuにpipをインストールできませんか?
[email protected]:~$ sudo apt-get install python-pip
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-pip is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[email protected]:~$ pip
The program 'pip' is currently not installed. You can install it by typing:
sudo apt-get install python-pip
[email protected]:~$ sudo pip
sudo: pip: command not found
[email protected]:~$
あなたの '$ PATH'のようなサウンドは、あなたのディストリビューションが期待していないものに設定されています。 –
@JonathonReinhartはい私はそれについても考えました...しかし、なぜパッケージをアンインストールしてパージして再びインストールするのですか?おそらくいくつかの依存関係との競合? –
Stack Overflowは、プログラミングおよび開発に関する質問のサイトです。この質問は、プログラミングや開発に関するものではないので、話題にはならないようです。ヘルプセンターの[ここではどのトピックを参照できますか](http://stackoverflow.com/help/on-topic)を参照してください。おそらく、[スーパーユーザ](http://superuser.com/)や[Unix&Linux Stack Exchange](http://unix.stackexchange.com/)の方が良いかもしれません。 [Dev Opsについての質問はどこに投稿しますか?](http://meta.stackexchange.com/q/134306) – jww