Questions tagged [babun]

Babun was a cygwin extension that runs under Microsoft Windows. It gave the user a simple predefined cygwin environment and a package manager which allowed the user to simple install packages.

Babun was a cygwin extension that runs under Microsoft Windows. It gave the user a simple predefined cygwin environment and a package manager which allowed the user to simple install packages. Project is discontinued. More information can be found at https://babun.github.io/.

35 questions
14
votes
6 answers

How to upgrade Git in Babun

I have just installed: https://github.com/babun/babun in windows 8 but how do I upgrade Git to latest version? It comes with { ~ } » git --version ~ git…
u123
  • 15,603
  • 58
  • 186
  • 303
7
votes
3 answers

How to Integrate babun shell in VS code

I have tried changing the settings for "terminal.integrated.shell.windows" to babun mintty location. But the babun shell window opens separately and doesn't integrate with the VS code. Anyone knows how to achieve this?
Sourav De
  • 483
  • 4
  • 16
6
votes
1 answer

Git Difftool Meld Doesn't Work in Babun

I'm currently setting up the Meld difftool to work in Babun using the following commands: git config --global diff.tool meld git config --global difftool.prompt false git config --global difftool.meld.path "/cygdrive/c/Program\ Files\…
JCollerton
  • 3,227
  • 2
  • 20
  • 25
5
votes
3 answers

How to improve load time of zsh in babun on windows?

I love ZSH shell and its themes but it is very slow. It takes 7 to 10 seconds to load. I also use it as a integrated terminal in VS Code even though it's slow to load. Here is a copy of my .zshrc file. # Path to your oh-my-zsh installation. export…
Pramesh Bajracharya
  • 2,153
  • 3
  • 28
  • 54
5
votes
0 answers

Install libwapiti for python on windows

I am trying to install libwapiti python binding on Windows but it look impossible. It installs seamlessly on Linux. I used Babun and gccwinbinaries, but it did not work. What can I do?
Gmosy Gnaq
  • 597
  • 1
  • 5
  • 18
3
votes
1 answer

Babun or Cygwin with Meteor

Opening a normal cmd prompt on Windows and typing: meteor Will work correctly. But won't work in Cygwin (or Babun): zsh: command not found: meteor How to make it work ?
Yves Lange
  • 3,914
  • 3
  • 21
  • 33
2
votes
1 answer

git config --global or git push isn't working. Bitbucket related

So I have been trying to git push to a remote repository. It usually works but it wasn't until recently I have been getting these errors. Your local git email (git config --global user.email) does not match the one associated with your BitBucket…
jason ap
  • 71
  • 2
  • 9
2
votes
0 answers

How to avoid died waiting for dll loading, errno 11 - Win10

I am installing Babun(http://babun.github.io/) to run tmux on Windows 10. unfortunately, when I am updating Cygwin through update.bat file from the Babun installed folder I am getting below whole message. While going through some other posts,…
Varja
  • 29
  • 5
2
votes
0 answers

Superuser creation skipped due to not running TTY Django. Babun Shell

So I have been trying to create a superuser for a application in Django on Babun Shell. I am getting the following error time and time again: 'Superuser creation skipped due to not running in a TTY. You can run manage.py createsuperuser in your…
Neil Das
  • 43
  • 7
2
votes
1 answer

Babun displaying old version of Python

I am trying to check the current version of Python(3.7.0) using Babun. However, it is displaying an old version(2.7.8). I am not getting the problem when using the Windows Command Prompt. Windows Command Prompt Microsoft Windows [Version…
user8053502
2
votes
1 answer

npm install trying to install from random fork

I got a node project that work fine at work on mac, but on windows at home it give me a access right error when I try to do npm install. in my package.json I have this "dependencies": { "async": "2.1.4" } and it give me this error npm ERR!…
jfmmm
  • 381
  • 1
  • 3
  • 15
2
votes
1 answer

Cygwin packages not workiing after installing with pact on Babun (Windows 10)

Same as https://github.com/babun/babun/issues/702 I first noticed this when I installed pact install dig. which dig returns the binary's location, but it does nothing: { ~ } » dig github.com …
Jorge Orpinel Pérez
  • 6,361
  • 1
  • 21
  • 38
2
votes
0 answers

A fresh install of babun and clang will not work

I just spent the past 4 and a half hours trying to fix this, so please excuse me if i'm being a bit testy. For a clean environment I just re-installed babun to try to get clang working. The commands I executed were pact install clang clang -v but…
ar1a
  • 374
  • 3
  • 10
1
vote
0 answers

unwanted symbol appearing in integrated terminal in vs code

I'm using an embedded terminal in VS code for windows, but using zsh provided by babun as the shell. I've also configured the prompt in the windows terminal app a little bit. For some reason, the terminal app shows the prompt how I expect it to…
nashpatty
  • 23
  • 3
1
vote
1 answer

$RANDOM behaving strangely

I'm trying to generate random datetime with a code I found on the net. This code made use of $RANDOM. The strange thing is, I could keep executing the script but the datetime result would never change. But when I add "echo $Random", the datetime…
KMC
  • 1,677
  • 3
  • 26
  • 55
1
2 3