Skip to content

Instantly share code, notes, and snippets.

@brianherman
Last active May 5, 2021 02:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianherman/7935b5820e922e438bf9be5724f7ea19 to your computer and use it in GitHub Desktop.
Save brianherman/7935b5820e922e438bf9be5724f7ea19 to your computer and use it in GitHub Desktop.
Install Facebooks Fast CPython implementation with Docker

TLDR; This makes pip work.

Inside your terminal CTRL-R cmd for windows.

CTRL-ALT-F2 -> Login -> receive bash prompt.

On your terminal or cmd.exe

docker run -t -i fedora:32 bash

Inside the docker image

git clone https://github.com/facebookincubator/cinder.git
yum install zlib-devel openssl-devel
./configure
make
make altinstall

Tutorial:

@brianherman
Copy link
Author

Formatting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment