gpt4 book ai didi

python - 无法在 Linux mint 19.1 上为 python3.7.4 安装 Django 2.2.4

转载 作者:太空宇宙 更新时间:2023-11-04 11:14:04 27 4
gpt4 key购买 nike

我想在 Linux 上安装 Django 网络框架 2.2.4 版。我将 Linux mint 19.1 与 python2(默认)、python3.6.8(默认)和 python3.7.4(从源安装的 sudo)一起使用。

我正在使用命令 pipenv --python3.7 install django==2.2 进行安装,但它不起作用。

我试过本教程来安装 Django- link to the youtube tutorial

$ python3.7 -V
>>> Python 3.7.4

$ pip3 -V
>>> pip 19.2.1 from /usr/local/lib/python3.7/site-packages/pip (python 3.7)




~ dev/try_django$ pipenv --python3.7 install django==2.2.4

Usage: pipenv [OPTIONS] COMMAND [ARGS]...
Try "pipenv -h" for help.

Error: no such option: --python3.7

最佳答案

如果您运行 pipenv -h,pipenv 将打印出其帮助页面。在底部附近,会有一些示例。这些样本中有:

Usage Examples:
Create a new project using Python 3.7, specifically:
$ pipenv --python 3.7

如您所见,--python3.7 部分之间缺少一个空格。

关于python - 无法在 Linux mint 19.1 上为 python3.7.4 安装 Django 2.2.4,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57448047/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com