Vous êtes ici : Accueil / TECHNICAL PAGES / Documentation / Notes d'installation pour utilisateur / Installation de anaconda3 pour python 3.6

Installation de anaconda3 pour python 3.6

Installation de anaconda3 pour python 3.6

 


 

Gerer Python semble complique (euphemisme)

Anaconda permet de gerer l'installation des packages avec les commandes

  • conda
  • pip

Il faut savoir que anaconda travaille sous bash sous le compte de l'utilisateur.

C'EST UNE INSTALLATION PERSONNELLE

Attention si on a la version Python 2.7, il faudrait utiliser pip3 !!! (a verifier)

 


 

Installation:

bash

Download de anaconda:

https://www.anaconda.com/ -> Download 3.6

Installation sous ~/Downloads lancer

sh Anaconda3-5.0.1-Linux-x86_64.sh 

Tout est cree sous ~/anaconda3, le .bashrc contient:

# added by Anaconda3 installer
export PATH="/home/weber/anaconda3/bin:$PATH"

Exemple d'installation:

pip install opcua-client

 



 

Installation La Silla 13/05/2018

Suivit la donc ci-dessus

- Je n'installe pas VSCode

- j'installe ce qui est suggéré: pip install --upgrade pip