在 Windows 上安装 virtualenvwrapper

发布于 2024-08-28 14:07:30 字数 137 浏览 14 评论 0原文

我已经使用 easy_install 在 Windows 上安装了 virtualenv 和 virtualenvwrapper。但是mkvirtualenv丢失了。我尝试在我的机器上搜索,但找不到。我不知道如何解决。你有什么想法吗?

I've installed virtualenv and virtualenvwrapper on Windows using easy_install. But mkvirtualenv is missing. I tried to search on my machine but I couldn't find it. I don't know how to solve it. Do you have any idea?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(7

抚笙 2024-09-04 14:07:30

Windows 命令 shell 的 virtualenv 助手:

virtualenv helpers for Windows command shell:

归途 2024-09-04 14:07:30

我已将 virtualenvwrapper 移植到 Powershell。 从 BitBucket 存储库获取它!

I've ported virtualenvwrapper to Powershell. Grab it from the BitBucket repo!

兔姬 2024-09-04 14:07:30

mkvirtualenv 是一个 bash 脚本,因此您需要运行 bash shell 才能使用它。

mkvirtualenv 是 mkvirtualenv_bashrc 脚本中的 bash 函数,

您需要在 Windows 下从 cygwin 运行它。 (您可以从中调用本机 python,而不需要 cygwin python)

mkvirtualenv is a bash script so you need to run bash shell to make use of it.

mkvirtualenv is a bash function in the mkvirtualenv_bashrc script

You will need to run this from cygwin under Windows. (You can call a native python from this and not need a cygwin python)

给我一枪 2024-09-04 14:07:30

virtualenvwrapper 适用于 Linux/Unix,但是 这篇文章 提供了一些对 Windows 用户的 virtualenv 支持(Bitbucket 源代码位于此处)。

virtualenvwrapper is for Linux/Unix, but this post gives some virtualenv support for Windows users (Bitbucket source is here).

温柔嚣张 2024-09-04 14:07:30

在Windows中,我们在创建虚拟环境时需要使用virtualenv而不是mkvirtualenv

In windows we need to use virtualenv not mkvirtualenv while creating virtual environments

哆兒滾 2024-09-04 14:07:30

对我有用的(就 2021 年而言)如下:

  1. 克隆 virtualenvwrapper-powershell git repo
  2. 导航到文件夹“virtualenvwrapper-powershell”
  3. ,如果您还没有通过 PowerShell 本身导航到那里,请在其中打开 PowerShell,然后执行命令 ./Install.ps1
  4. 重新启动 PowerShell,就是这样:您应该看到成功消息,例如“Powershell 的虚拟环境包装器已激活”

What worked for me (speaking in 2021) is the following:

  1. Clone the virtualenvwrapper-powershell git repo
  2. Navigate to the folder "virtualenvwrapper-powershell"
  3. Open PowerShell there, if you haven't navigated there via PowerShell itself, and execute the command ./Install.ps1
  4. Restart PowerShell and that's it: you should see a success message like "Virtual Env Wrapper for Powershell activated"
纵性 2024-09-04 14:07:30

从 git repo 克隆 virtualenvwrapper-powershell 并构建它,对我有用

Cloning the virtualenvwrapper-powershell from git repo and building it, worked for me

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文