# Python_Study **Repository Path**: rocyuan/Python_Study ## Basic Information - **Project Name**: Python_Study - **Description**: for python demo - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-04-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 实用的BAT echo GRADLE_HOME 环境变量安装 wmic ENVIRONMENT create name="GRADLE_HOME",username="",VariableValue="C:\usr\local\gradle" wmic ENVIRONMENT where "name='PATH' and username=''" set VariableValue="%path%;%%GRADLE_HOME%%\bin" echo GRADLE_HOME 环境变量安装完成