fr:develop:collaboration:dev:environnement_python

Differences

This shows you the differences between two versions of the page.

fr:develop:collaboration:dev:environnement_python [2023/08/02 17:58] qroyerfr:develop:collaboration:dev:environnement_python [2023/09/06 11:12] () qroyer
 27:  27:
  
   * installation de GDAL for Linux and GDAL for Python (https://mothergeo-py.readthedocs.io/en/latest/development/how-to/gdal-ubuntu-pkg.html)   * installation de GDAL for Linux and GDAL for Python (https://mothergeo-py.readthedocs.io/en/latest/development/how-to/gdal-ubuntu-pkg.html)
 +
 +  sudo apt-get install python3.6-dev
 +  sudo add-apt-repository ppa:ubuntugis/ppa
 +  sudo apt-get update
 +  sudo apt-get install gdal-bin
 +  ogrinfo --version
 +  sudo apt-get install libgdal-dev
 +
   * Lancer le fichier 'tips\virtual_envs\creation_env_habby_pip.sh'.   * Lancer le fichier 'tips\virtual_envs\creation_env_habby_pip.sh'.
  
  • fr/develop/collaboration/dev/environnement_python.txt
  • 2023/09/06 11:12
  • qroyer