To set environment variable path could speed up command-line development. You could add the path permanently to your system, so even after restart the system, you could still fire up the terminal and reference to the variable.
1. In your terminal, type:
sudo gedit ~/.bashrc
2. put the variable name before the equation, the path after the equation:
export FLEX_SDK_HOME=/opt/flex_sdk_3.5
本文介绍如何通过设置环境变量来加速命令行开发过程。具体步骤包括使用文本编辑器打开系统的.bashrc文件,并永久添加自定义路径,确保即使系统重启后也能继续使用该变量。
1182

被折叠的 条评论
为什么被折叠?



