Outils pour utilisateurs

Outils du site


python:environnement_conda

Ceci est une ancienne révision du document !


Revenir à Installer et configurer son environnement Python

Métadonnées et update de Conda

Documentation et tutoriel concernant l'utilisation de Conda

conda --version
conda info
conda info --envs
conda update conda

Créer un nouvel environnement

 conda create --name atelier python=3.7 jupyterlab=1.2.7 jupyterlab-git 
conda list
conda search beautifulsoup4
conda install beautifulsoup4

Conda displays a list of all packages with that name on the Anaconda repository, so we know it is available.

Install this package into the current environment:

Check to see if the newly installed program is in this environment:

python/environnement_conda.1589396219.txt.gz · Dernière modification: 2020/05/13 20:56 par Francesco Beretta