我正在查看Cristoph Gohlke的python包,我注意到有一个包Virtualenv for Python 3.3.
由于标准python库v3.3中有一个包venv,我想知道单独安装这个包是否有优势.
编辑:从两个软件包的文档,virtualenv 1.8.2和venv我可以说,venv标准库包缺乏以下功能:
--no-site-packages 选项--prompt=PROMPT如果我无法发现任何其他差异,请在此处写下.
关于stackoverflow的第一个问题:D(因为我发现几乎所有东西直到现在).
我尝试将我的python应用程序部署到Heroku,但出现以下错误:
git push heroku master
Counting objects: 7036, done.
Compressing objects: 100% (3933/3933), done.
Writing objects: 100% (7036/7036), 10.97 MiB | 338.00 KiB/s, done.
Total 7036 (delta 2020), reused 7021 (delta 2014)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Python app detected
remote: -----> Installing python-3.6.2
remote: -----> Installing pip
remote: -----> Installing requirements with pip
remote: Collecting aniso8601==1.2.1 (from -r /tmp/build_3d7108e037a9a8803be5100bdc092768/requirements.txt (line 1))
remote: Downloading aniso8601-1.2.1.tar.gz (62kB)
remote: Collecting click==6.7 (from -r /tmp/build_3d7108e037a9a8803be5100bdc092768/requirements.txt (line …Run Code Online (Sandbox Code Playgroud)