todd-dsm / mac-ops

QnD Automation to build a MacBook Pro for DevOps
MIT License
11 stars 7 forks source link

stomp the python config #29

Closed todd-dsm closed 2 years ago

todd-dsm commented 5 years ago

https://github.com/todd-dsm/mac-ops/blob/master/bootstrap.sh#L529

printHead "Creating the pip config file..."
cat << EOF > "$myConfigs/python/pip.conf"
# pip configuration
[list]
format=columns
EOF
todd-dsm commented 5 years ago

testing

cat << EOF >> "$myConfigs/python/pip.conf" FROM cat << EOF > "$myConfigs/python/pip.conf" TO

todd-dsm commented 2 years ago

done