Skip to content

Instantly share code, notes, and snippets.

@brianherman
Last active April 9, 2024 12:49
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianherman/63b65cdd92675f4a83cec1c483f293c9 to your computer and use it in GitHub Desktop.
Save brianherman/63b65cdd92675f4a83cec1c483f293c9 to your computer and use it in GitHub Desktop.
More edigts
TLDR; This makes pip work.
https://docs.docker.com/engine/install/
Inside your terminal CTRL-R cmd for windows.
CTRL-ALT-F2 -> Login -> receive bash prompt.
```
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:
https://youtu.be/4vpRaVsYUZg
@brianherman
Copy link
Author

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