我在哪里可以得到MSYS / MinGW的裂变材料条约二进制?

编程入门 行业动态 更新时间:2024-10-12 10:30:36
本文介绍了我在哪里可以得到MSYS / MinGW的裂变材料条约二进制?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我使用virtualenvwrapper使用Git的Bash(msy​​sGit)。

I am using virtualenvwrapper with Git Bash (msysGit).

大多数情况下这工作得很好,但在 lsvirtualenv 命令依赖于 FMT UNIX命令,这是不是目前我的路。

Mostly this works fine, but the lsvirtualenv command relies on the fmt unix command, which is not currently on my path.

我想补充的唯一的 fmt.exe ,以我的Git的Bash 斌如果可能的话,在做利益的最小化安装。

I would like to add only fmt.exe to my Git Bash bin if possible, in the interests of doing a minimal install.

有关我的生命,我找不到一个独立的格式化 - 它看起来像它曾经是MSYS的coreutils的一部分,但现在已不再present

For the life of me I cannot find a standalone fmt - it looks like it used to be a part of MSYS coreutils, but is now no longer present.

请能有人给我如何进行一些指点?

Please could someone give me some pointers on how to proceed?

推荐答案

感谢所有帮助。

在最后,他们的邮件列表(礼Zaretskii)在MinGW的用户之一,我指出了正确的方向。

In the end, one of the MinGW users on their mailing list (Eli Zaretskii) pointed me in the right direction.

fmt.exe 现在住在这里Sourceforge的:

fmt.exe now lives here in Sourceforge:

sourceforge/projects/mingw/files/MSYS/Base/coreutils/coreutils-5.97-3/coreutils-5.97-3-msys-1.0.13-ext.tar.lzma/download

这需要两个DLL库(的libintl和libiconv的),它让人们在复制到Git的bash的bin目录下了。他们住在这里Sourceforge的:

It needs two DLL libraries (libintl and libiconv) which get copied across into the git bash bin directory too. They live here in Sourceforge:

的libintl

sourceforge/projects/mingw/files/MSYS/Base/gettext/gettext-0.18.1.1-1/libintl-0.18.1.1-1-msys-1.0.17-dll-8.tar.lzma/download

libiconv的

sourceforge/projects/mingw/files/MSYS/Base/libiconv/libiconv-1.14-1/libiconv-1.14-1-msys-1.0.17-dll-2.tar.lzma/download

现在,这个小小的将得到fmt.exe在你的git bash的工作,但仍然lsvirtualenv不能正常工作......但我认为现在是一个virtualenvwrapper问题!

Now, this little lot will get fmt.exe working in your git bash, but lsvirtualenv still does not work properly... but I think that is a virtualenvwrapper problem now!

更多推荐

我在哪里可以得到MSYS / MinGW的裂变材料条约二进制?

本文发布于:2023-11-29 14:10:10,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1646610.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:我在   条约   可以得到   材料   MSYS

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!