mirror of
https://github.com/jamesroberts/fastwsgi.git
synced 2025-12-21 14:19:30 -06:00
5 lines
202 B
Bash
Executable File
5 lines
202 B
Bash
Executable File
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="gcc" python3 setup.py install
|