Houdini Mac 添加external editor

网上windows的方法,如下方法添加,失败

 我的尝试:

1. 找到houdini.env文件

 

 2. 修改env文件,添加

EDITOR = "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" 

3. 打开

4. 命令行中 输入  

hconfig -a

得到环境变量,其中EDITOR修改成功

5. 在houdini中打开external editor,没有反应 (PS:在没有添加editor前,打开为默认编辑器,然而编辑完关闭编辑器,houdini就卡住了,只能强制退出)

参考:

官方文档 https://www.sidefx.com/docs/houdini/basics/config_env.html

https://www.sidefx.com/forum/topic/68821/?page=1#post-292777

猜你喜欢

转载自www.cnblogs.com/farewell-farewell/p/11599620.html