Skip to content

Instantly share code, notes, and snippets.

@msplival
Created June 13, 2017 08:09
Show Gist options
  • Save msplival/2ce433d6ff75a6dc0f7b7991782c65d0 to your computer and use it in GitHub Desktop.
Save msplival/2ce433d6ff75a6dc0f7b7991782c65d0 to your computer and use it in GitHub Desktop.
CharmTests Dependencies (xenial+)
#!/bin/bash
PKGS=(
git
python-tox
python-virtualenv
libpython-all-dev
gcc
bzr
)
sudo apt-get install ${PKGS[@]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment