Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
Takin
core
Commits
af4e3023
Verified
Commit
af4e3023
authored
Feb 18, 2021
by
Tobias WEBER
Browse files
mac: cleanup
parent
e35bc635
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup_mac/clean_py.sh
View file @
af4e3023
...
...
@@ -9,9 +9,11 @@
PRG
=
"takin.app"
# remove cache
d
files
# remove cache
, object and hidden
files
find
${
PRG
}
/Contents/Frameworks/Python.framework
-type
d
-name
"__pycache__"
-exec
rm
-rfv
{}
\;
find
${
PRG
}
/Contents/Frameworks/Python.framework
-type
f
-name
"*.pyc"
-exec
rm
-fv
{}
\;
find
${
PRG
}
/Contents/Frameworks/Python.framework
-type
f
-name
"*.o"
-exec
rm
-fv
{}
\;
find
${
PRG
}
/Contents/Frameworks/Python.framework
-type
f
-name
".*"
-exec
rm
-fv
{}
\;
# remove tcl/tk
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment