mirror of
https://github.com/jamesroberts/fastwsgi.git
synced 2025-12-16 19:47:20 -06:00
Make clean_install util script executable
This commit is contained in:
2
clean_install.sh
Normal file → Executable file
2
clean_install.sh
Normal file → Executable file
@@ -1,4 +1,4 @@
|
||||
sudo rm -rf /usr/local/lib/python3.8/dist-packages/_fastwsgi*;
|
||||
sudo rm -rf /usr/local/lib/python3.8/dist-packages/fastwsgi*;
|
||||
rm -rf build/ dist/ bin/ __pycache__/
|
||||
sudo CC="ccache clang-11" python3 setup.py install
|
||||
sudo CC="gcc" python3 setup.py install
|
||||
|
||||
Reference in New Issue
Block a user