摘要:
dot filesdot files是指以.开头的文件,比如说.bash_profile。在类Unix系统下,dot files是默认隐藏的。在Shell下,很多的工具使用dot file作为默认导入的配置文件。比如说Bash对应的.bash_profile和.bashrc。在Shell下查看这些文件需要用ls -a。在你的home directory下用这个命令,你可能会看到一些已经存在的dot files。.bash_profile & .bashrc这两个文件的区别:.bash_profile 是以交互式、login方式进入bash时会调用的.bashrc 是交互式、non-lo 阅读全文
posted @ 2012-03-25 20:41
cacique
阅读(3189)
评论(0)
推荐(0)
摘要:
首先贴出答案问题 :找不到libmysqlclient.18.dylib,把mysql安装目录的这个文件link到/usr/lib下:sudo ln -s /usr/local/mysql/lib/libmysqlclient.18.dylib /usr/lib/安装过程第一次 问题ImportError:dlopen(/Users/aj/.python-eggs/MySQL_python-1.2.3-py2.7-macosx-10.6-ix86_64.egg-tmp/_mysql.so,2):no suitable image found.Did find:/Users/aj/.pytho. 阅读全文
posted @ 2012-03-25 18:23
cacique
阅读(3806)
评论(0)
推荐(1)

浙公网安备 33010602011771号