Skip to content

Instantly share code, notes, and snippets.

@mbrownnycnyc
Last active July 17, 2020 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbrownnycnyc/9735a381efb552dd27a70e38f9e17d61 to your computer and use it in GitHub Desktop.
Save mbrownnycnyc/9735a381efb552dd27a70e38f9e17d61 to your computer and use it in GitHub Desktop.
yum -y update
reboot
yum -y install wget
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
pip install virtualenv
mkdir ~/virtualenvs
cd ~/virtualenvs
virtualenv slim
cd slim
source bin/activate
wget https://download.splunk.com/misc/packaging-toolkit/splunk-packaging-toolkit-1.0.1.tar.gz
pip install semantic_version
pip install splunk-packaging-toolkit-1.0.1.tar.gz
#you $PATH should be automatically updated (within the virtualenv)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment