0

I have a problem with my Pip version. I am trying out to install the pyDatalog package, which isn't supported by Anaconda.

   The following specifications were found to be in conflict:
  - pydatalog
  - python 3.5*

In my Ubuntu, I have two versions of Python (2.7 and Anaconda with 3.5). For Python 2.7 I don't even know whether or not Pip is installed.

How can I have two different versions of Pip for different versions of Python on one computer? Can I use one version of Pip for both version of Python?

4

1 に答える 1

1

https://github.com/yyuu/pyenv/blob/master/README.mdにある pyenv を見てください。

複数のバージョンの python と pip をインストールできます。

README には、pyenv のインストール、必要な python バージョンのインストール、およびそれらの切り替えの手順が記載されています。

于 2016-10-02T21:31:34.493 に答える