# condaEnv2 **Repository Path**: mayu95/condaEnv ## Basic Information - **Project Name**: condaEnv2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-04 - **Last Updated**: 2021-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### How to transefer Conda environment from local to server ##### Install Miniconda2 on server ``` git clone https://github.com/bioxfu/condaEnv cd condaEnv ./install_conda.sh ``` ##### Export local Conda environment to Github ``` ./export_conda_env.sh ``` ##### Create new Conda enviroment on server ``` ./create_conda_env.sh gmatic ``` ##### Or update the existing enviroment on server ``` ./update_conda_env.sh gmatic ```