DCD-386: apt-get vs yum.

This commit is contained in:
Steve Smith
2019-06-14 10:22:30 +10:00
parent 8c28593151
commit bc0edf40ee

View File

@@ -26,7 +26,10 @@ ways to do this; either directly if packaged, or via pip...
sudo apt-get install pipenv python-dev sudo apt-get install pipenv python-dev
# Older versions & RHEL/Amazon Linux, etc. # Older versions & RHEL/Amazon Linux, etc.
sudo apt-get install python-pip python-dev sudo apt-get install -y python-pip python-dev
# Or...
sudo yum install -y python-pip python-dev
pip install pipenv pip install pipenv
# Mac via Homebrew # Mac via Homebrew