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 回答