Skip to content

Commit ef4d0e8

Browse files
committed
fix: use latest asdf API
1 parent befc09a commit ef4d0e8

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

setup.sh

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,15 @@ echo "Done"
44

55
ostype="$(uname -s)"
66
if [ "$ostype" = "Linux" ]; then
7-
echo "install openssl dependency"
8-
sudo apt install libedit-dev
7+
echo "Install openssl dependency"
8+
sudo apt install libedit2
99
echo "Done"
1010
fi
1111

1212
echo "Installing python"
1313
asdf install python latest
1414
echo "Done"
1515

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-
echo "Done"
23-
24-
echo "installing system level Black in python"
25-
brew install black
26-
echo "Done"
16+
echo "Set python version"
17+
asdf set python latest
18+
echo "Done"

0 commit comments

Comments
 (0)