We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent befc09a commit ef4d0e8Copy full SHA for ef4d0e8
setup.sh
@@ -4,23 +4,15 @@ echo "Done"
4
5
ostype="$(uname -s)"
6
if [ "$ostype" = "Linux" ]; then
7
- echo "install openssl dependency"
8
- sudo apt install libedit-dev
+ echo "Install openssl dependency"
+ sudo apt install libedit2
9
echo "Done"
10
fi
11
12
echo "Installing python"
13
asdf install python latest
14
15
16
-echo "Set latest version to system wide version"
17
- asdf global python latest
18
-echo "Done"
19
-
20
-echo "Installing pipenv"
21
- brew install pipenv
22
23
24
-echo "installing system level Black in python"
25
- brew install black
26
+echo "Set python version"
+ asdf set python latest
+echo "Done"
0 commit comments