Tag

Environment Setup

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Feb 20, 2025 · Fundamentals

Introduction to Python: Features, Core Concepts, and Environment Setup

This article introduces Python, outlining its history, key features, essential programming concepts such as variables, control structures, functions, classes, and exception handling, and provides a step‑by‑step guide to installing the interpreter, setting up an editor, creating virtual environments, and installing common libraries.

Data TypesEnvironment SetupPython
0 likes · 5 min read
Introduction to Python: Features, Core Concepts, and Environment Setup
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 20, 2024 · Artificial Intelligence

Resolving 02_DocQA.py Errors and Using LangChain to Call Large Models Locally

This guide explains how to fix the ArkNotFoundError in the 02_DocQA.py script by configuring a Doubao‑embedding endpoint, setting up a Conda environment with the latest LangChain packages, and provides step‑by‑step code examples for invoking both Zhipu glm‑4 and Volcano large language models via LangChain.

Environment SetupLangChainPython
0 likes · 9 min read
Resolving 02_DocQA.py Errors and Using LangChain to Call Large Models Locally
Sohu Tech Products
Sohu Tech Products
Feb 21, 2024 · Mobile Development

Environment Setup and Project Creation for HarmonyOS Flutter Development

This guide walks you through configuring the OpenHarmony SDK, Java 11, and the signing tool on Linux, macOS, or Windows, building a custom Flutter engine, creating and building a HarmonyOS Flutter project, installing the signed .hap, and understanding the two development modes for three‑platform unification.

Cross-PlatformEnvironment SetupFlutter
0 likes · 8 min read
Environment Setup and Project Creation for HarmonyOS Flutter Development
Python Programming Learning Circle
Python Programming Learning Circle
Apr 19, 2022 · Fundamentals

An Introduction to Anaconda, Conda, Pip, and Virtualenv: Installation and Management Guide

This comprehensive guide explains what Anaconda is, compares it with Conda, Pip, and Virtualenv, and provides step‑by‑step installation instructions for macOS, Windows, and Linux, along with detailed commands for managing environments, packages, and updates using conda and pip.

AnacondaCondaEnvironment Setup
0 likes · 19 min read
An Introduction to Anaconda, Conda, Pip, and Virtualenv: Installation and Management Guide
360 Smart Cloud
360 Smart Cloud
Aug 19, 2021 · Mobile Development

Setting Up a Unified Development Environment for Mobile Projects Using Homebrew, rbenv, RubyGems, Bundler, and Flutter Wrapper

This guide explains how mobile developers can create a consistent, project‑level development environment by using Homebrew for package management, rbenv for Ruby version control, RubyGems and Bundler for dependency handling, and flutter‑wrapper to standardize Flutter SDK usage across the team.

Environment SetupFlutterHomebrew
0 likes · 9 min read
Setting Up a Unified Development Environment for Mobile Projects Using Homebrew, rbenv, RubyGems, Bundler, and Flutter Wrapper
Python Programming Learning Circle
Python Programming Learning Circle
May 21, 2021 · Information Security

Python for Hackers: Environment Setup, Essential Packages, and Network Interaction

This guide explains why Python is the de‑facto language for vulnerability development, covering environment isolation with virtualenv/venv, package installation via pip, key libraries for networking, binary manipulation, encoding, and introduces pwntools for exploit creation.

Binary OperationsEnvironment SetupPython
0 likes · 8 min read
Python for Hackers: Environment Setup, Essential Packages, and Network Interaction
DevOps Cloud Academy
DevOps Cloud Academy
Jul 7, 2020 · Mobile Development

How to Install JDK, Android SDK Tools, and Gradle on Linux for Mobile Development

This guide walks through downloading and extracting JDK 8, setting up Android SDK tools, installing Gradle, configuring environment variables, and using sdkmanager commands on a Linux system to prepare a complete mobile development environment.

Android SDKEnvironment SetupGradle
0 likes · 4 min read
How to Install JDK, Android SDK Tools, and Gradle on Linux for Mobile Development
转转QA
转转QA
May 4, 2017 · Operations

Setting Up a Windows Test Environment with Cygwin for Response Time Measurement

This guide explains how to configure a Windows-based testing environment using Cygwin, install necessary tools, create shortcuts, access Windows drives, and execute shell scripts to record videos, extract frames, compare images, and calculate average response times for Android applications.

AndroidCygwinEnvironment Setup
0 likes · 6 min read
Setting Up a Windows Test Environment with Cygwin for Response Time Measurement
Baidu Waimai Technology Team
Baidu Waimai Technology Team
Mar 15, 2017 · Operations

Building a Testing Environment Platform: LEGO's Best Practices

The article discusses the development of a platform called LEGO to automate the setup of testing environments, addressing issues like team collaboration and maintenance challenges.

DevOpsEnvironment SetupInfrastructure Management
0 likes · 4 min read
Building a Testing Environment Platform: LEGO's Best Practices