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 d271481 commit dee1e97Copy full SHA for dee1e97
install-nim.sh
@@ -1,14 +1,5 @@
1
#!/bin/bash
2
3
-os_type=$(uname)
4
-
5
-if [[ "$os_type" == "Darwin" ]]; then
6
- brew install nim
7
-elif [[ "$os_type" == "Linux" ]]; then
8
- apt-get install nim
9
-else
10
- echo "This is not a Mac or Linux system."
11
- exit
12
-fi
13
+curl https://nim-lang.org/choosenim/init.sh -sSf | sh
+choosenim 2.0.8
14
nimble install nimpy
0 commit comments