Tagged articles

conda

27 articles · Page 1 of 1
DeepHub IMBA
DeepHub IMBA
Aug 12, 2026 · Fundamentals

Inside Python Virtual Environments: How sys.path and Isolation Really Work

The article explains the historical need for Python environment isolation, details the directory layout and configuration files of a virtual environment, walks through its creation steps, shows how sys.path is built and used for module imports, compares venv, virtualenv and conda, and provides advanced tips and debugging techniques for managing Python environments.

Pythoncondadependency isolation
0 likes · 13 min read
Inside Python Virtual Environments: How sys.path and Isolation Really Work
Ubuntu
Ubuntu
May 26, 2026 · Fundamentals

Choosing the Right Python Environment on WSL: venv vs conda vs uv

This guide compares Python virtual‑environment tools—pip + venv, Miniconda, and the new uv—detailing installation steps, performance differences, use‑case recommendations, and practical commands for setting up a consistent development environment on Ubuntu WSL.

PythonVS CodeWSL
0 likes · 12 min read
Choosing the Right Python Environment on WSL: venv vs conda vs uv
Code of Duty
Code of Duty
May 12, 2026 · Fundamentals

Speed Up Conda and pip in China: 2026 Guide to Configuring Domestic Mirrors

This guide explains why the default Conda and pip sources are slow in China, shows how to check current settings, switch to Tsinghua mirrors for both Conda and pip, verify the configuration, and provides additional tips such as using mamba, creating isolated environments, and avoiding common AI‑project pitfalls.

AIMambaPython
0 likes · 7 min read
Speed Up Conda and pip in China: 2026 Guide to Configuring Domestic Mirrors
Ubuntu
Ubuntu
Feb 26, 2026 · Fundamentals

Creating a Reproducible Linux Development Setup with VS Code, Conda, and NVM

The guide explains how to set up a reproducible, system‑clean Linux development environment by installing VS Code as a universal editor, managing Python with Miniconda or venv, handling Node.js via NVM, and adding C/C++ and Java toolchains, all with concrete commands and best‑practice tips.

LinuxNVMPython
0 likes · 6 min read
Creating a Reproducible Linux Development Setup with VS Code, Conda, and NVM
Old Zhang's AI Learning
Old Zhang's AI Learning
Jan 28, 2026 · Artificial Intelligence

How to Deploy DeepSeek‑OCR‑2 Locally: A Hands‑On Walkthrough

The article details a step‑by‑step local deployment of DeepSeek‑OCR‑2, covering GPU memory requirements, accuracy on complex tables, long inference times, dependency hurdles like GCC, GLIBC and flash‑attn, and provides concrete solutions using conda environments and symlinks.

DeepSeek-OCR 2GCCGPU
0 likes · 7 min read
How to Deploy DeepSeek‑OCR‑2 Locally: A Hands‑On Walkthrough
Python Programming Learning Circle
Python Programming Learning Circle
Jun 9, 2025 · Fundamentals

Quickly Set Up a New Python Project in PyCharm – Step‑by‑Step Guide

This step‑by‑step tutorial walks beginners through creating a new Python project in PyCharm, covering project location selection, Conda interpreter configuration, isolated environment creation, Python version choice, Conda executable setup, opening the project, exploring the directory structure, writing and running a simple program, and where to download the free Community edition.

IDE setupProject TutorialPython
0 likes · 4 min read
Quickly Set Up a New Python Project in PyCharm – Step‑by‑Step Guide
Infra Learning Club
Infra Learning Club
Mar 17, 2025 · Artificial Intelligence

Testing OpenManus with DeepSeek: A Hands‑On Evaluation

The author walks through installing OpenManus, configuring it to use DeepSeek (and an Ollama‑based vision model), runs a sample financial data query, and reports that the system is slow, sometimes inaccurate, and still requires further optimization.

AI agentsDeepSeekLLM
0 likes · 5 min read
Testing OpenManus with DeepSeek: A Hands‑On Evaluation
Test Development Learning Exchange
Test Development Learning Exchange
Aug 26, 2023 · Fundamentals

Understanding Python Virtual Environments: pythonvenv, virtualenv, and conda with API Automation Example

This article explains the concept and importance of Python virtual environments, compares three popular tools—pythonvenv, virtualenv, and conda—provides step‑by‑step commands for creating and activating environments on different operating systems, and includes a practical API automation code example demonstrating their use.

Pythoncondapythonvenv
0 likes · 4 min read
Understanding Python Virtual Environments: pythonvenv, virtualenv, and conda with API Automation Example
Test Development Learning Exchange
Test Development Learning Exchange
Jun 24, 2023 · Fundamentals

Overview of Python Package Management Systems

This article provides a comprehensive overview of Python package management tools—including PyPI, setuptools, pip, virtualenv, and conda—explaining their purposes, core features, and basic usage commands for creating, sharing, and managing Python packages and environments.

Package ManagementPyPIPython
0 likes · 5 min read
Overview of Python Package Management Systems
Python Programming Learning Circle
Python Programming Learning Circle
Jul 29, 2022 · Fundamentals

Managing Python Project Dependencies with pip and Conda

This article explains how to manage Python project dependencies using pip and conda, covering basic pip commands, dependency trees with pipdeptree, clean removal with pip‑autoremove, and creating, activating, and exporting isolated environments with Conda, including practical examples and best‑practice recommendations.

Dependency ManagementPythonVirtual Environments
0 likes · 13 min read
Managing Python Project Dependencies with pip and Conda
Python Programming Learning Circle
Python Programming Learning Circle
May 30, 2022 · Fundamentals

Managing Python Virtual Environments with Conda: Overview, Creation, Activation, and Package Installation

This article explains the purpose of Python virtual environments, illustrates common scenarios requiring separate environments, and provides step‑by‑step Conda commands for listing, creating, activating environments, and installing packages within them to ensure project isolation.

condadevelopmentpackage-management
0 likes · 4 min read
Managing Python Virtual Environments with Conda: Overview, Creation, Activation, and Package Installation
Python Crawling & Data Mining
Python Crawling & Data Mining
Dec 23, 2020 · Fundamentals

Master Anaconda: Create and Manage Conda Environments Like a Pro

This guide walks you through installing Anaconda, checking and updating conda, creating virtual environments with various options, fixing common package‑collection errors, managing packages via conda and pip, switching pip to a faster mirror, and integrating the environments with PyCharm.

AnacondaPackage ManagementTutorial
0 likes · 9 min read
Master Anaconda: Create and Manage Conda Environments Like a Pro
21CTO
21CTO
Jan 1, 2020 · Fundamentals

Why and How to Migrate Your Python 2.7 Scripts to Python 3

This article explains why Python 2.7 reached end‑of‑life in 2020, outlines the benefits and incompatibilities of moving to Python 3, and offers practical guidance for a smooth migration, including using official porting tools and managing dual environments with conda.

MigrationPythonconda
0 likes · 3 min read
Why and How to Migrate Your Python 2.7 Scripts to Python 3