Created
December 11, 2018 12:17
-
-
Save antunesleo/dc2552f2c578670a67a57d79d357851e to your computer and use it in GitHub Desktop.
Installing python3-pip and python3-venv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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