简体   繁体   English

如何使用 git-bash 在 Windows 10 上安装 GNU Parallel

[英]How to Install GNU Parallel on Windows 10 using git-bash

Has anyone been able to successfully use GNU Parallel on Windows 10 with git-bash?有没有人能够通过 git-bash 在 Windows 10 上成功使用 GNU Parallel? Is it possible?是否可以? - If so, how? - 如果是这样,如何?


Background: I'm having trouble installing GNU Parallel and using it, and it got me thinking - maybe git-bash is holding me back?背景:我在安装和使用 GNU Parallel 时遇到问题,这让我开始思考 -也许 git-bash 阻碍了我? I'm sure if I installed Ubuntu through WSL I wouldn't have any problems running GNU Parallel.我敢肯定,如果我通过 WSL 安装 Ubuntu,那么运行 GNU Parallel 不会有任何问题。 But I wanted to know if I could do this in git-bash first.但我想知道我是否可以先在 git-bash 中做到这一点。

I just installed git-bash on a Microsoft Windows 10 machine and had no problems installing GNU Parallel.我刚刚在 Microsoft Windows 10 机器上安装了git-bash ,安装 GNU Parallel 没有问题。

It is by no means well tested on git-bash, but basic functionality clearly works.它在 git-bash 上没有经过很好的测试,但基本功能显然有效。

I'm having trouble installing GNU Parallel我在安装 GNU Parallel 时遇到问题

Maybe you can post the error you get when running:也许您可以发布运行时遇到的错误:

$ (wget -O - pi.dk/3 || lynx -source pi.dk/3 || curl pi.dk/3/ || \
   fetch -o - http://pi.dk/3 ) > install.sh
$ sha1sum install.sh | grep 883c667e01eed62f975ad28b6d50e22a
12345678 883c667e 01eed62f 975ad28b 6d50e22a
$ md5sum install.sh | grep cc21b4c943fd03e93ae1ae49e28573c0
cc21b4c9 43fd03e9 3ae1ae49 e28573c0
$ sha512sum install.sh | grep da012ec113b49a54e705f86d51e784ebced224fdf
79945d9d 250b42a4 2067bb00 99da012e c113b49a 54e705f8 6d51e784 ebced224
fdff3f52 ca588d64 e75f6033 61bd543f d631f592 2f87ceb2 ab034149 6df84a35
$ bash install.sh

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用git-bash向Windows 10目录中的文件添加扩展名 - How to add extensions to files in windows 10 directory with git-bash 尝试使用git-bash用pip安装github软件包 - Trying to install github package with pip using git-bash 在Windows上的RMarkdown中执行bash(Git-Bash) - Executing bash in RMarkdown on Windows (Git-Bash) 如何在 Windows 的 git-bash (msys2) 中做一个包? - How to do a package in git-bash (msys2) in windows? 如何使用名称启动git-bash中的Windows进程 - How to start a windows process in git-bash with a name 如何在没有 Git Bash 或 GUI 的情况下在 Windows 10 上安装 git? - How to install git on Windows 10 without Git Bash or GUI? 是否可以将 fzf(命令行模糊查找器)与 windows 10 git-bash 一起使用? - Is it possible to use fzf (command line fuzzy finder) with windows 10 git-bash? Git-bash选项卡完成:“致命:非git存储库:'。git'”(Windows) - Git-bash tab completion: “fatal: Not a git repository: '.git'” (Windows) 更改Git-Bash中的目录:在Windows机器上使用MINGW64中的Windows样式目录地址 - Changing directory in Git-Bash: using Windows-style directory addresses in MINGW64 on Windows machines 为什么此代码在 Linux 上的 bash 中有效,而在 Windows 上的 git-bash 中无效 - Why does this code work in bash on Linux, but not in git-bash on Windows
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM