Skip to content

Instantly share code, notes, and snippets.

@SRJ9
SRJ9 / error_x86_64_gnu_gcc_fix.sh
Last active September 19, 2020 16:39
Fix error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
#!/bin/bash
# https://github.com/scrapy/scrapy/issues/2115
sudo apt-get install python3 python-dev python3-dev \
build-essential libssl-dev libffi-dev \
libxml2-dev libxslt1-dev zlib1g-dev \
python-pip