Skip to content

Instantly share code, notes, and snippets.

@Ozahata
Last active August 1, 2018 07:32
Show Gist options
  • Save Ozahata/4e0b628831cbcd6b0d765da96641dae4 to your computer and use it in GitHub Desktop.
Save Ozahata/4e0b628831cbcd6b0d765da96641dae4 to your computer and use it in GitHub Desktop.
WSL, ubuntu, pyenv, pipenv install --python 2 and 3
# Normal error: /.pyenv/plugins/python-build/bin/python-build: line XXX: make: command not found
sudo apt-get install build-essential openssl libssl-dev
# Python 3.7
sudo apt-get install build-essential python-dev python-setuptools python-pip python-smbus
sudo apt-get install libncursesw5-dev libgdbm-dev libc6-dev
sudo apt-get install zlib1g-dev libsqlite3-dev tk-dev
sudo apt-get install libssl-dev openssl
sudo apt-get install libffi-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment