-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
gilles-degols
committed
Apr 8, 2019
1 parent
bb5ce23
commit e5b5450
Showing
3 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ sudo mongofs-mount /mnt/data | |
We assume that you already have a MongoDB installation, otherwise, follow the procedure described here: https://docs.mongodb.com/manual/installation/ | ||
``` | ||
git clone [email protected]:gilles-degols/mongofs.git | ||
yum -y install python36u fuse fuse-libs | ||
yum -y install python36 fuse fuse-libs | ||
python3 -m ensurepip --default-pip | ||
python3 -m pip install --upgrade pip | ||
python3 -m pip uninstall fuse # Otherwise conflicts can happen with fusepy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters