Skip to content

Commit

Permalink
modify PATH in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jun 20, 2017
1 parent 4e79b2d commit 0a3236e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions source/install-windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ GMT 为 Windows 用户提供了安装包,可以直接安装使用。Windows
安装过程中可能会出现“Warning! PATH too long installer unable to modify PATH!”的警告。
出现此警告的原因是系统的环境变量 ``PATH`` 太长,GMT安装包无法直接修改。

解决办法是,先忽略这一警告,待安装完成后自行修改系统环境变量 ``PATH`` 。
解决办法是,先忽略这一警告,待安装完成后按照如下步骤自行修改系统环境变量 ``PATH`` 。

1. 点击“计算机”->“属性”->“高级系统设置”->“环境变量”打开“环境变量”编辑工具
2. 在“系统变量”部分中,选中“Path”并点击“编辑”
3. 在“变量值”的最后加上GMT的安装路径。需要注意“path”变量值中多个路径之间用英文分号分隔

安装完成后,“开始”->“所有程序”->“附件”->“命令提示符”以启动cmd。在cmd窗口中执行::

Expand All @@ -49,7 +53,7 @@ GMT 为 Windows 用户提供了安装包,可以直接安装使用。Windows
3. 安装gsview

双击直接安装即可。

4. 安装 UnixTools

解压压缩包,并将解压得到的 exe 文件移动到 GMT 的 bin 目录即可。
Expand Down

0 comments on commit 0a3236e

Please sign in to comment.