Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
220 views

I have a shell script that allows a user to add and/or delete files and directories. It's a file Manipulator. The script keeps track of all files that are added or deleted in a log file. I then read ...
CadenJoe's user avatar
2 votes
1 answer
720 views

I'm trying to get a C++ program that uses XWindows to build on Bash on Ubuntu on Windows. I understand that Bash on Ubuntu on Windows does not officially support graphical Linux applications, but I ...
kylejacobbecker's user avatar
0 votes
1 answer
2k views

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 ...
user avatar
2 votes
2 answers
7k views

I am attempting to run 3 Docker images, MySQL, Redis and a project of mine on Bash for Windows (WSL). To do that I have to connect to the Docker engine running on Windows, specifically on tcp://...
dimlucas's user avatar
  • 5,141
1 vote
1 answer
820 views

My OS is win10 X64, and I have installed Bash on Ubuntu on Windows. My IDE is Pycharm2017, and I have installed bash-plugins like BashSupport, Shell Process. My test file helloworld.sh has codes like ...
Allis Gao's user avatar
0 votes
1 answer
4k views

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 (...
Ben Carp's user avatar
  • 26.9k
2 votes
0 answers
1k views

I'm having problems with starting my containers via docker-compose up. I guess this is an Windows problem, because my colleague owns a macbook and has now problems when he runs docker-compose up. ...
Elvira 's user avatar
  • 1,450
2 votes
0 answers
118 views

I am developing Prolog code and using SWI-Prolog on two different machines. Both SWI-Prolog installations are on Bash on Ubuntu on Windows 10. I don't remember the steps I followed to install SWI-...
ZX9's user avatar
  • 997
1 vote
1 answer
2k views

Whereas this works as expected: root@LIM:~# socat -d -d pty pty 2017/10/15 01:01:49 socat[91] N PTY is /dev/pts/0 2017/10/15 01:01:49 socat[91] N PTY is /dev/pts/1 2017/10/15 01:01:49 socat[91] N ...
user avatar
6 votes
3 answers
5k views

I couldn't figure out how to integrate WSL with VS Code. I can open the integrated terminal using: "terminal.integrated.shell.windows": "C:\\Windows\\sysnative\\bash.exe" The integrated terminal ...
batatop's user avatar
  • 1,119
15 votes
3 answers
8k views

I'm using Windows 10 on 64 bit PC. Recently, I started using VS Code with Ubuntu Bash on Windows. Everything works great except linting. I tried to get it working with pylint and pep8 but none of them ...
batatop's user avatar
  • 1,119
0 votes
0 answers
26 views

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 ...
SpegooterCode's user avatar
0 votes
0 answers
343 views

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 ...
YaatSuka's user avatar
  • 231
-1 votes
2 answers
1k views

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 ...
Avinash Duggirala's user avatar
0 votes
0 answers
161 views

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 ...
mothinx's user avatar
  • 45
2 votes
1 answer
561 views

I'm running Docker for Windows 17.06.2-ce on Windows 10 1703 build 16278.1000. I have created a cluster with two Hyper-V hosts similair to https://docs.docker.com/get-started/part4/#understanding-...
Wouter de Kort's user avatar
0 votes
2 answers
505 views

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(...
Cameron M.'s user avatar
2 votes
0 answers
46 views

I have a python program that basically parses through some CSVs and prints out a line and then stops until the user hits enter. Here is the full code: #!/usr/bin/python import os import csv import ...
obl's user avatar
  • 1,799
3 votes
0 answers
586 views

I'm creating an application using termbox-go. This library works fine at windows DOS (windows10). But at Bash on Ubuntu on Windows, it was found that when termbox.Init() is run, an error of invalid ...
Elsa's user avatar
  • 724
28 votes
7 answers
33k views

I would like to install Rails 5/Postgres within Bash On Ubuntu On Windows and also be able to access Postgres database via PgAdmin for Windows. Am quiet happy to install all my rails dependencies ...
David Cruwys's user avatar
  • 6,982
17 votes
5 answers
40k views

I have my work computer which is a Windows 10 Pro and my laptop is a Windows 10 Home. Working on the same project on both: push and pull to Git. Learning React through Udemy. Both computers using ...
cheslijones's user avatar
  • 9,304
-2 votes
1 answer
188 views

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 ...
bramsky's user avatar
  • 11
8 votes
1 answer
1k views

Currently running llvm, clang, clang-format, and clang-modernize on Ubuntu Bash on Windows. I would like to use the set of sanitize tools released by google including address, memory, and thread ...
user avatar