我正在尝试使用requests模块,下面是我如何安装它的:CreatingAlternatively, run a command inside the virtualenv with pipenv run.下面是我运行脚本时的样子:
[ec2-user@ip-xxx-xx-xx-xxx newslookup]$ python3 nasdaq_scrape_s
我使用python-mode.el,并且刚刚发现了。我可以从终端启动项目环境中的Python,首先切换到项目目录,然后输入"pipenv run python“。但是python-mode想要执行一个进程,而不是一个命令字符串。#!/bin/bashpipenv run python
但却收到了这样的
我使用以下方法创建了一个虚拟环境:然后我尝试从Pipfile安装:但我得到了以下错误:
pipenv.patched.notpip._internal.exceptions.UnsupportedPythonVersion: pylint requires Python '~=3.6' but the running Python</