要在Linux中配置GCC环境变量,可以按照以下步骤进行操作:
.bashrc
vi ~/.bashrc
export PATH=$PATH:/usr/local/bin
source ~/.bashrc
gcc --version
现在,您应该已经成功配置了GCC环境变量。