mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-386: apt-get vs yum.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user