随笔分类 - Ubuntu
摘要: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 ~/.bashrc2. put the variable name bef
阅读全文