-
Notifications
You must be signed in to change notification settings - Fork 796
Setting environment variables
WanderWang edited this page Apr 28, 2014
·
12 revisions
- 打开一个新的终端,执行以下命令
vim ~/.bash_profile
- 在其中添加以下内容
export EGRET_PATH={your_egret_path}
- 关闭并重新打开一个新的终端,执行以下命令
echo $EGRET_PATH
如果结果与您设置的Egret路径一致,则表明安装正确
如果您有任何疑问或建议,欢迎访问 Egret开发者论坛 和 Egret 官方团队讨论