随笔分类 -  windows环境配置

摘要:黑苹果与Windows系统时间不同步的解决办法: WIN+x 选择管理员模式进入CMD 复制下面红色的文字,点击CDM右键可以直接进行粘贴,然后按回车键即可。 Reg add HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation /v R 阅读全文
posted @ 2020-12-05 01:11 sewen 阅读(1043) 评论(0) 推荐(0)
摘要:问题: 我在写了shell文件,创建shell文件sky8g.文件。后使用 chmod +x sky8g.sh给予可执行的权限后再次执行 1 chmod +x toutiao_app.sh 执行shell文件 1 ./toutiao_app.sh 出现下面的报错: 1 /bin/bash^M: ba 阅读全文
posted @ 2020-09-10 22:55 sewen 阅读(2167) 评论(0) 推荐(0)
摘要:问题: ERROR: Command errored out with exit status 1: command: 'C:\ProgramData\anaconda3\envs\flask_learn\python.exe' -u -c 'import sys, setuptools, toke 阅读全文
posted @ 2020-08-24 16:37 sewen 阅读(892) 评论(0) 推荐(0)
摘要:1.安装anaconda或者minconda 2.配置环境变量 在环境变量中添加以上三处路径; 3.使用命令创建虚拟环境 # conda create -n env_name list of packages # 下面创建一个名为py36的python3.6环境 conda create -n py 阅读全文
posted @ 2020-08-16 19:36 sewen 阅读(928) 评论(0) 推荐(0)
摘要:1、安装Erlang 下载地址:https://www.erlang.org/downloads,本文选择OTP 21.0.1 Windows 64-bit Binary File (91707927) 链接:https://pan.baidu.com/s/1Rhc4QGfrG5zxj0HoHCRc 阅读全文
posted @ 2020-08-16 16:29 sewen 阅读(266) 评论(0) 推荐(0)
摘要:celery运行时报错, 报错如下: Traceback (most recent call last): File "d:\python_learn\meiduo_project\env\lib\site-packages\eventlet\support\greendns.py", line 4 阅读全文
posted @ 2020-08-16 15:21 sewen 阅读(1468) 评论(1) 推荐(0)
摘要:参考:https://www.cnblogs.com/liweiweicode/p/11526010.html 1、设置虚拟机 2、网络设置 3、进入centos 设置相关属性 进入网络配置目录: cd /etc/sysconfig/network-scripts/ 1)、每个虚拟机配置的文件名称一 阅读全文
posted @ 2020-08-11 01:07 sewen 阅读(253) 评论(0) 推荐(0)
摘要:在安装django过滤插件时报错,如下: (venv) D:\python_learn\restfullearn\RESTAPI>pip install django-filter Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simpl 阅读全文
posted @ 2020-08-04 18:28 sewen 阅读(1141) 评论(0) 推荐(0)
摘要:报错如下: (env) D:\python_method>pip install alipay_sdk_python-3.3.398-py3-none-any.whl Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Proce 阅读全文
posted @ 2020-07-30 01:40 sewen 阅读(5516) 评论(1) 推荐(1)