Skip to content

Instantly share code, notes, and snippets.

@antunesleo
Created December 11, 2018 12:17
Show Gist options
  • Save antunesleo/dc2552f2c578670a67a57d79d357851e to your computer and use it in GitHub Desktop.
Save antunesleo/dc2552f2c578670a67a57d79d357851e to your computer and use it in GitHub Desktop.
Installing python3-pip and python3-venv
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py
sudo apt-get install -y python3-venv
python3 -m venv elasticsearch_loader
source elasticsearch_loader/bin/activate
pip3 install elasticsearch_loader
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment