Skip to content

Commit

Permalink
Properly wipe site-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed May 22, 2016
1 parent caca9c3 commit 7081cd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy/mac/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ rm -rf QtDeclarative.framework QtMultimedia.framework QtMultimediaWidgets.framew
PY_VERSION=3.5
cp -r /usr/local/Frameworks/Python.framework .
rm -rf Python.framework/Versions/2.7 Python.framework/Versions/Current
ln -s Python.framework/Versions/$PY_VERSION Python.framework/Versions/Current
rm -rf Python.framework/Current/lib/python$PY_VERSION/site-packages/*
rm -rf Python.framework/Versions/$PY_VERSION/lib/python$PY_VERSION/site-packages/*
chmod a+w libboost_python3.dylib

cd ../Resources
Expand Down

0 comments on commit 7081cd5

Please sign in to comment.