# 环境run包 **Repository Path**: yuanwei66/environment_run_package ## Basic Information - **Project Name**: 环境run包 - **Description**: No description available - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2020-11-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 适用于Ubuntu18.04 x64系统的gcc7.3.0/python3.7.5/cmake3.17.1一键安装包 懒得搞用户交互,路径写死到/usr/local/下,用法: ``` sudo apt remove gcc g++ cmake python3 -y chmod +x python3.7.5_gcc7.3_cmake3.17.1_ubuntu18.04_x64.run sudo ./python3.7.5_gcc7.3_cmake3.17.1_ubuntu18.04_x64.run ```