Skip to content

FlyEnv Project-Level Environment Isolation Guide

Product Introduction

The latest version of FlyEnv supports setting up independent runtime environments for each project with just one click, requiring no coding. It supports mainstream development languages including Node.js/PHP/Python/Go/Ruby/Java, with identical setup methods on both macOS and Windows platforms.

Detailed Setup Instructions

1. Access Project Management Interface

  1. Open FlyEnv Control Panel
  2. Select the corresponding language tab (Node.js/PHP/Python/Go/Ruby/Java) Project Management Interface

2. Add New Project

  1. Click "Add Project" button
  2. Enter project name and path Add Project Screenshot

3. Configure Runtime Environment

  1. Double-click project entry
  2. Select required runtime version from dropdown menu. Setup is now complete. Version Selection Screenshot

4. Manage Environment Variables

  1. Click "Project Environment" button

  2. View configured environment variables

  3. Add or modify any custom environment variables Environment Variables Management

    Environment Variables Management

Usage Demonstration

Terminal Auto-Loading

  1. Open Terminal or PowerShell
  2. Navigate to project directory
  3. Environment variables load automatically Terminal Demonstration

Video Tutorial