# fr-env **Repository Path**: fly-robot/fr-env ## Basic Information - **Project Name**: fr-env - **Description**: 软件包环境env - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2021-10-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # env Python Scripts for Fly-Robot/ENV ## Usage under Linux ### Prepare Env run command under one of bsp: scons --menuconfig If the env is not initialized in your machine, above command will intialize env script under your `~/env` folder. ### Use Env There is one `pkgs` shell script under `~/env/tools/scripts` folder. In order to use it more conveniently, your can run following command to set environment: source ~/env/env.sh Then when you use `scons --menuconfig` to config online packages, you can use: pkgs --update to update local packages under your local bsp project.