File: 60_pip_uninstall_dev.sh

package info (click to toggle)
swift 2.35.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 22,516 kB
  • sloc: python: 277,184; javascript: 1,059; sh: 619; pascal: 295; makefile: 81; xml: 32
file content (9 lines) | stat: -rwxr-xr-x 321 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e

echo "- - - - - - - - uninstalling simplejson"
pip uninstall --yes simplejson
echo "- - - - - - - - uninstalling pyopenssl"
pip uninstall --yes pyopenssl
echo "- - - - - - - - deleting python3-dev residue (config-3.6m-x86_64-linux-gnu)"
rm -rf /opt/usr/local/lib/python3.6/config-3.6m-x86_64-linux-gnu/