[PYTHON] GMT-Installationsteil 1.

20160801

Unter Windows 10. Obwohl es auf "Anaconda" über der WSL ist.

GMT ist ein Befehl zum Zeichnen von Karten, mit dem Sie Diagramme zeichnen können.

  1. Aktivieren Sie WSL
  2. Installieren Sie Anaconda
  3. GMT4.5
  4. GMT5

1. Aktivieren Sie WSL

Windows Subsystem for Linux

Nur Windows 10

  1. Einstellungen App => Update und Sicherheit => Für Entwickler => Entwicklermodus auswählen
  2. Aktivieren oder deaktivieren Sie nach dem Neustart die Windows-Funktionen in den Programmen und Funktionen (klicken Sie mit der rechten Maustaste auf die Schaltfläche Start) => Aktivieren Sie das Windows-Subsystem für Linux
  3. Geben Sie nach dem Neustart bei Bedarf "bash" in "cmd.exe" ein, um den Benutzernamen und das Kennwort festzulegen.

Zuerst

$ sudo vi /etc/hosts

Zweite Reihe

127.0.1.1 YOURHOSTNAME

Hinzufügen

$ sudo apt-get install build-essential gfortran
$ sudo apt-get install ghostscript

Installieren Sie den Compiler usw. mit. Wie für "Ghostscript", da es von "gmt" benötigt wird

2. Installieren Sie Anaconda

https://www.continuum.io/downloads

Laden Sie Anaconda3-4.X.X-Linux-x86_64.sh für Linux von herunter

$ bash ./Anaconda3-4.1.1-Linux-x86_64.sh

Wird normalerweise in $ {HOME} / anaconda3 installiert.

Neubau

$ conda create -n gmt4 anaconda      #Schaffung einer Umgebung
$ conda create -n gmt5 anaconda      #Schaffung einer Umgebung
$ source activate gmt5               #Umgebungsaufruf

libcom_err.so.3

** Nur bei Installation von GMT5 **

/usr/bin/ld: warning: libcom_err.so.3, needed by ${HOME}/anaconda3/env/gmt5/lib/libgdal.so, not found (try using -rpath or -rpath-link)

Suchen Sie "libcom_err.so *" und fügen Sie den symbolischen Link ein, und es wird funktionieren.

$ cd ${HOME}/anaconda3/env/gmt5/lib
$ ln -s /lib/x86_64-linux-gnu/libcom_err.so.2.1 libcom_err.so.3

Da es je nach Umgebung unterschiedlich ist, muss nach "/ lib", "/ usr / lib", "/ lib64", "/ usr / lib64" usw. gesucht werden.

Minimale Installation von Bibliotheksbefehlen für GMT

netcdf4 etc. sind standardmäßig enthalten [^ 1].

[^ 1]: [Aktualisiert am 24. Mai 2019] Es scheint, dass es möglicherweise nicht in Anaconda mit einer anderen Version enthalten ist. In diesem Fall muss conda netcdf4 installieren.

$ conda install -c menpo fftw         #Installation von Bibliotheken für GMT usw.
$ conda install gdal libgdal=2.0.0=0  # 〃
$ conda install cmake                 #Wenn Sie planen, GMT5 einzuschließen.

Recommended Posts

GMT-Installationsteil 2.
GMT-Installationsteil 1.
Datum / Uhrzeit Teil 1
numpy Teil 1
Django Installation
Cuda Installation
boto3 Installation
Pythia-Installation
Argparse Teil 1
Installieren Sie Docker
Volatilitätsinstallation
Python-Installation
Rohrinstallation
Sphinx-Installation
InstantOS 1-Installation
Jupyter Installation
Python-Installation
Rohrinstallation
numpy Teil 2
Kivy Installation
ChaSen-Installation
Backtrader-Installation
Rohrinstallation