美文网首页
虚拟环境搭建

虚拟环境搭建

作者: c之气三段 | 来源:发表于2023-08-17 10:37 被阅读0次

MEONMedical/Log4Qt: Log4Qt - Logging for the Qt cross-platform application framework :https://github.com/MEONMedical/Log4Qt

Anaconda Prompt(Miniconda3):
镜像

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda 
conda config --set show_channel_urls yes

pycharm终端
系统禁止脚本:
用管理员身份打开"Windows Powershell"
输入set-executionpolicy remotesigned
键入 Y

& : 无法将“xxx\Scripts\conda.exe”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后再试一次。 所在位置 C:\Users\romtekjj\Documents\WindowsPowerShell\profile.ps1:4 字符: 4 + (& "xxx_MEI20762\Scripts\conda.exe" ...
解决:C:\Users\xxx\Documents\WindowsPowerShell\profile.ps1


image.png
清华:https://pypi.tuna.tsinghua.edu.cn/simple

阿里云:http://mirrors.aliyun.com/pypi/simple/

中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/

华中理工大学:http://pypi.hustunique.com/

山东理工大学:http://pypi.sdutlinux.org/

豆瓣:http://pypi.douban.com/simple/

相关文章

  • 一、Scrapy的安装

    (一)首先你要搭建一个虚拟环境,那么问题来了,如何搭建一个虚拟环境呢?以及为什么要搭建虚拟环境? 不互相影响。比如...

  • django虚拟环境搭建

    ubuntu中虚拟环境搭建 安装虚拟环境 配置虚拟环境 virtualenvwrapper功能 创建虚拟环境 安装...

  • 2019-11-19 django 在anacoda+pycha

    django 在anacoda+pycharm环境下的配置 用conda搭建虚拟环境 进入conda搭建的虚拟环境...

  • 搭建网页

    在cmd搭建虚拟环境

  • 基础安装、启用

    Pipenv用来搭建虚拟环境

  • Django创建虚拟环境及项目

    如何搭建虚拟环境? 进入虚拟环境workon 虚拟环境名称 workon py3_django 退出虚拟环境的命令...

  • linux下部署网站应用

    环境搭建 mkvirtualenv -p 虚拟环境路径 虚拟环境名 pip install -r requirem...

  • Centenos虚拟环境

    进入虚拟环境: python 3.6.2 搭建python的虚拟环境 python -m venv /myblog...

  • Python3.5 win7安装scrapy

    1、搭建虚拟环境 pip install virtualenvwrapper 2、指定虚拟环境存放文件路径 2.1...

  • flaskday1

    一、环境搭建、项目搭建 1.创建虚拟环境flaskenvvirtualenv --no-site-packages...

网友评论

      本文标题:虚拟环境搭建

      本文链接:https://www.haomeiwen.com/subject/dftynrtx.html