# conda添加环境变量路径(解决pycharm创建的miniconda空白环境变量名问题)
1 min read
conda config --add envs_dirs D:\2022\miniconda-envs\envs...
conda config --add envs_dirs D:\2022\miniconda-envs\envs...
在Manualjob1中增加func,在init_函数下配置job 在settings里配置constance 在global_var里新增变量 在views里配置constance的默认自...
装完pve后,先在web端检查dns,如果是127.0.0.1可能无法上网,可以改成路由地址如192.168.50.1 之后进入shell里,看看能不能连上网络,能连上网络就直接下载pvetools: # https://github.com/ivanhao/pvetools export LC_A...
以下为dev环境下配置,正式线上建议使用uwsgi和Daphne不是替代wsgi和asgi # nginx.conf # 上面记得配置好证书,这里省略 location / { #root html; #index index.html inde...
在pycharm里创建pipenv项目后,在根目录找到Pipfile, 然后双击打开,修改里面的源即可https://pypi.tuna.tsinghua.edu.cn/simple/ 然后pycharm会提示lock或update,选择update就行了。(如果卡住,检查下package里的内容,...