Skip to content

Commit

Permalink
edited python3-dev to python3.7-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan McInerney committed Oct 24, 2018
1 parent f223c58 commit be91eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ elif lsb_release -d | grep -E "Debian|Kali|Ubuntu"; then
# pipenv will fail to build virtualenv if Python or the environment or something is installed weird because
# pew.py will attempt to import a backports function and fail even though the module is installed right in pip
# but if we just apt-get install python-backports-shutil-get-terminal-size then that solves the problem apparently
echo -e '\n[*] Running: apt-get install python3-dev python-pip smbclient xterm python-backports-shutil-get-terminal-size -y'
echo -e '\n[*] Running: apt-get install python3.7-dev python-pip smbclient xterm python-backports-shutil-get-terminal-size -y'
apt-get install python3-dev libssl-dev tmux python-pip smbclient xterm python-backports-shutil-get-terminal-size -y
fi

Expand Down

0 comments on commit be91eb8

Please sign in to comment.