Questions tagged [bash-on-windows]
23 questions
0
votes
1 answer
How to call bash from Qt creator on windows 10
I have Qt Creator 4.4.1 installed on Windows 10 64 bit. I have also bash on ubuntu on windows installed. I want to call bash from Qt creator in order to execute some linux commands on the project directory by creating a custom building process step…
user9670403
0
votes
1 answer
Installing Mercurial (hg) on Bash on Ubuntu on Windows
I'd like to install Mercurial (HG) on Bash on Ubuntu on Windows. Though Mercurial official site offers download for both Windows and Ubuntu, it does not offer a download for Bash on Ubuntu on Windows (AKA Windows Subsystem for Linux). How can I…

Ben Carp
- 24,214
- 9
- 60
- 72
0
votes
0 answers
syntax error near unexpected token `else' on Windows bash, but not on Ubuntu
I made and tested this bash script on an ubuntu machine at my school and then I came home to use it on the windows 10 Bash and I am getting these errors:
./newflask.sh: line 8: syntax error near unexpected token `else'
'/newflask.sh: line 8: ` …

SpegooterCode
- 83
- 5
0
votes
0 answers
Bash on Ubuntu on Windows: Can't handle signal
I developped, last year, a program in C on my old computer (on Ubuntu) in which I used 3 signals: SIGUSR1, SIGUSR2 and SIGQUIT.
But now, I'm on a new computer (on Windows) and I installed "Bash on Ubuntu on Windows". But in this terminal, when I…

YaatSuka
- 231
- 1
- 9
0
votes
0 answers
Srapy startproject error - Python 3 - BashOnUbuntuOnWindows
I try to use Scrapy for the first time in a Bash On Ubuntu On Windows 10 and get this error when i start a new project:
(myvenv) mothinx@DESKTOP-4M9JDPL:~/laplanetebleue$ scrapy startproject laplanetebleue
Traceback (most recent call last):
File…

mothinx
- 45
- 2
- 11
0
votes
2 answers
edu.stanford.nlp.util.ReflectionLoading$ReflectionLoadingException when using CoreNLP with Jython
I'm trying to use CoreNLP run off of Jython 2.7.1, ran using IntelliJ IDEA, with the following test code:
from edu.stanford.nlp.simple import *
s = Sentence("This is a test.")
ss = s.nerTags()
print(s)
print(ss)
Log:
Connected to pydev debugger…

Cameron M.
- 21
- 7
-1
votes
2 answers
Browser Automation using Bash On Ubuntu On Windows
We have a strong regression automation suite developed with Watir for Web Apps and Calabash for IOS and Android and so far our executions are happening on Mac OS.
We want to use RVM on Windows 10 so enabled bash feature on Windows 10 and installed…

Avinash Duggirala
- 341
- 5
- 18
-2
votes
1 answer
How to use wget after installing it ?
I do want to download documentation for me to view it offline but after installing it to this directory :
C:\wget\GnuWin32
when i try to open command prompt and go into that directory and type wget into it.
it says
bash: wget: command not found

bramsky
- 11
- 2