We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3528ded commit 32c2d21Copy full SHA for 32c2d21
doc/on-windows/README.md
@@ -7,15 +7,11 @@
7
2. In MSYS2 console:
8
9
pacman -Syu
10
- pacman -S make git python python-pip
+ pacman -S make git python python-pip tmux
11
12
3. Use any command in the MSYS2 command prompt.
13
14
-4. PATCH nodeenv: https://github.com/ekalinin/nodeenv/pull/238
15
-
16
- # nano `python -c "import nodeenv; print(nodeenv.__file__)"`
17
- - is_CYGWIN = platform.system().startswith('CYGWIN')
18
- + is_CYGWIN = platform.system().startswith(('CYGWIN', 'MSYS'))
+4. PATCH nodeenv: https://github.com/ekalinin/nodeenv/pull/263
19
20
5. Optional: Apply MSYS2 "Open Here" settings (execute `msys2-here.reg`).
21
0 commit comments