如何在linux下安装qgis

  1. 下载Miniconda(从国内镜像)
    wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-latest-Linux-x86_64.sh
  2. 安装
    bash Miniconda3-latest-Linux-x86_64.sh
    按提示安装,然后运行:
    source ~/.bashrc
  3. 配置conda使用国内源
    conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
    conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
    conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
    conda config --set show_channel_urls yes
  4. 创建环境并安装QGIS
    conda create -n qgis python=3.9
    conda activate qgis
    conda install -c conda-forge qgis
  5. 运行
    qgis
相关推荐
kebidaixu1 小时前
BCU 平台 RS485 驱动适配:从 THVD1406 到 ISO3082
linux
大貔貅喝啤酒1 小时前
Python Requests库教程
自动化测试·python·requests库
杨浦老苏1 小时前
家庭实验室监控仪表盘HomeLab-Monitor
运维·docker·监控·群晖
copyer_xyf2 小时前
LangChain 调用 LLM
后端·python·agent
回忆2012初秋2 小时前
【Nginx】原理、配置与运维实战(2)
运维·nginx·策略模式
copyer_xyf2 小时前
Prompt 组织管理
后端·python·agent
shimly1234562 小时前
python3 uvicorn 是啥?
python
Urbano3 小时前
工装外套全制作流程、工序痛点及自动化设备升级方案
运维·自动化
映翰通朱工3 小时前
工业4G网关无公网IP远程运维实战(内网终端异地访问方案)
运维·服务器·网络·安全·智能路由器
洪晓露3 小时前
将 rke2 集群证书延长至 10 年
运维·服务器·数据库