网站首页 站内搜索

搜索结果

查询Tags标签: activate,共有 35条记录
  • Ubuntu18.04禁止conda自动激活base环境

    前言 以前为了方便管理Python的环境安装了anaconda3,但是每次打开Ubuntu的终端,前面都有base的环境,比较烦人。所以想要禁止自动激活base环境 禁用 conda 自动激活 base 环境: conda config --set auto_activate_base false参数说明: auto_activate_base 是用来控制是…

    2021/12/16 7:15:17 人评论 次浏览
  • Ubuntu18.04禁止conda自动激活base环境

    前言 以前为了方便管理Python的环境安装了anaconda3,但是每次打开Ubuntu的终端,前面都有base的环境,比较烦人。所以想要禁止自动激活base环境 禁用 conda 自动激活 base 环境: conda config --set auto_activate_base false参数说明: auto_activate_base 是用来控制是…

    2021/12/16 7:15:17 人评论 次浏览
  • 如何解决‘CommandNotFoundError: Your shell has not been properly configured to use ‘conda activate’错误

    最近在Windows下使用Anaconda时遇到了CommandNotFoundError: Your shell has not been properly configured to use conda activate错误,错误显示如下: CommandNotFoundError: Your shell has not been properly configured to use conda activate. To initialize your …

    2021/12/7 7:21:02 人评论 次浏览
  • 如何解决‘CommandNotFoundError: Your shell has not been properly configured to use ‘conda activate’错误

    最近在Windows下使用Anaconda时遇到了CommandNotFoundError: Your shell has not been properly configured to use conda activate错误,错误显示如下: CommandNotFoundError: Your shell has not been properly configured to use conda activate. To initialize your …

    2021/12/7 7:21:02 人评论 次浏览
  • Anaconda使用conda activate激活环境出错CommandNotFoundError: Your shell has not been properly configured to u

    错误如下: CommandNotFoundError: Your shell has not been properly configured to use conda activate.If your shell is Bash or a Bourne variant, enable conda for the current user with $ echo ". /home/ubuntu/anaconda3/etc/profile.d/conda.sh"…

    2021/11/8 7:12:04 人评论 次浏览
  • Anaconda使用conda activate激活环境出错CommandNotFoundError: Your shell has not been properly configured to u

    错误如下: CommandNotFoundError: Your shell has not been properly configured to use conda activate.If your shell is Bash or a Bourne variant, enable conda for the current user with $ echo ". /home/ubuntu/anaconda3/etc/profile.d/conda.sh"…

    2021/11/8 7:12:04 人评论 次浏览
  • Django: python专业版activate激活venv 权限不够解决方法

    在使用venv切换python的虚拟环境时报错 解决方法如下 一,,Windows+x打开面板,选择以管理员身份运行PowerShell,输入:set-executionpolicy remotesigned,接下来输入“y”表示执行。在重新打开pychrm 重新激活,重新切换虚拟环境就可以了 输入activate 解决了你的错…

    2021/11/5 11:40:12 人评论 次浏览
  • Django: python专业版activate激活venv 权限不够解决方法

    在使用venv切换python的虚拟环境时报错 解决方法如下 一,,Windows+x打开面板,选择以管理员身份运行PowerShell,输入:set-executionpolicy remotesigned,接下来输入“y”表示执行。在重新打开pychrm 重新激活,重新切换虚拟环境就可以了 输入activate 解决了你的错…

    2021/11/5 11:40:12 人评论 次浏览
  • Win10+python第三方包安装较慢的解决办法

    记录自己搭建Pycharm+Tensorflow+Gpu过程中遇到的问题 思路一:更换源(网上有很多可用的源)在 Anaconda Prompt 中 conda activate name(自己命名) pip insatll https://pypi.tuna.tsinghua.edu.cn/simple + 安装包==版本号参考:socket.timeout: The read operation ti…

    2021/11/4 22:16:24 人评论 次浏览
  • Win10+python第三方包安装较慢的解决办法

    记录自己搭建Pycharm+Tensorflow+Gpu过程中遇到的问题 思路一:更换源(网上有很多可用的源)在 Anaconda Prompt 中 conda activate name(自己命名) pip insatll https://pypi.tuna.tsinghua.edu.cn/simple + 安装包==版本号参考:socket.timeout: The read operation ti…

    2021/11/4 22:16:24 人评论 次浏览
  • 【工具配置篇】Window下VSCode之Python配置笔记

    一.参考教程 1.官网Python配置 2.官网教程修正:  2.1:Windows命令行中查询python版本为 python2.2:Windows下创建虚拟环境为 python -m venv .venv2.3:Windows下激活虚拟环境为 .venv\scripts\activate#2.3.1:如果 activate 命令生成消息“Activate.ps1 is not digit…

    2021/9/11 17:05:06 人评论 次浏览
  • 【工具配置篇】Window下VSCode之Python配置笔记

    一.参考教程 1.官网Python配置 2.官网教程修正:  2.1:Windows命令行中查询python版本为 python2.2:Windows下创建虚拟环境为 python -m venv .venv2.3:Windows下激活虚拟环境为 .venv\scripts\activate#2.3.1:如果 activate 命令生成消息“Activate.ps1 is not digit…

    2021/9/11 17:05:06 人评论 次浏览
  • 微信小程序打通卡包之开卡组件—个人踩坑

    一、需求 ​ 从卡券里面获取相对真实的用户信息 二、调研微信卡券是属于微信公众号的功能,所以小程序要用需要在微信开放平台里面关联小程序和微信公众号。微信卡券开卡分为两种:公众号后台页面开卡、调用接口开卡(推荐) 官方有文档,主要关注两份微信公众号创建会员卡…

    2021/9/3 17:35:43 人评论 次浏览
  • 微信小程序打通卡包之开卡组件—个人踩坑

    一、需求 ​ 从卡券里面获取相对真实的用户信息 二、调研微信卡券是属于微信公众号的功能,所以小程序要用需要在微信开放平台里面关联小程序和微信公众号。微信卡券开卡分为两种:公众号后台页面开卡、调用接口开卡(推荐) 官方有文档,主要关注两份微信公众号创建会员卡…

    2021/9/3 17:35:43 人评论 次浏览
  • conda 切换 python 环境 vscode

    terminal 里创建 pythhon3.6 环境conda create -n py3.6 python=3.6 输入 y 继续 按下面指示 使用和 停用python3.6# To activate this environment, use # # $ conda activate py3.6 # # To deactivate an active environment, use # # $ conda deactivate vsco…

    2021/8/25 14:07:34 人评论 次浏览
扫一扫关注最新编程教程