treeroot的个人博客分享 http://blog.sciencenet.cn/u/treeroot

博文

电脑程序曾经遇到的问题的备忘录

已有 2695 次阅读 2013-5-19 15:36 |个人分类:CS|系统分类:科研笔记| 程序, 备忘录

This is memo only for me during the process of numerical computing.


1.gnuplot与c语言画图:


open ~/.bash_profile

---------------------------

打开记事本,预设程序路径问题。比如c语言导用gnuplot

export PATH=/Applications/gnuplot.app:/Applications/gnuplot.app/bin:$PATH

保存后,需要更新。如下

source ~/.bash_profile


画图有两个工具:AquaTerm和x11。

 使用x11的场合,需要在bash_profile中添加

export GNUTERM=x11


2.安装macports

You should download the pkg install softwares from official website.

预设程序路径问题

export PATH=/opt/local/bin:/opt/local/sbin:$PATH

export MANPATH=/opt/local/share/man:/opt/local/man:$MANPATH

--------------------2013/05/20 より












https://blog.sciencenet.cn/blog-75004-691460.html

上一篇:评价体制? 不能光看CNS
收藏 IP: 192.168.0.*| 热度|

1 杨华磊

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-18 15:11

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部