Re: Python

Pàgina inicial

Reply to this message
Autor: Christian Marillat
Data:  
A: guilde
Assumpte: Re: Python
On 13 mai 2020 15:57, "Patrick Dupre" <pdupre@???> wrote:

> OK,
>
> py3nj est installe pour python2.7 !!
> pip install py3nj
> DEPRECATION: Python 2.7 will reach the end of its life on January 1st,
> 2020. Please upgrade your Python as Python 2.7 won't be maintained
> after that date. A future version of pip will drop support for Python
> 2.7.
> Requirement already satisfied: py3nj in /usr/lib64/python2.7/site-packages (0.1.0)
>
> Comment je l'installe pour python3?


Cela dépends de ta distribution. Chez Debian/ubuntu :

apt-get install python3-pip

pip3 install py3nj

Christian