Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
de45bf5b
Unverified
Commit
de45bf5b
authored
4 years ago
by
Patrick Cloke
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Quote pip install with brackets to avoid shell interpretation. (#9151)
parent
6633a401
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
changelog.d/9151.doc
+1
-0
1 addition, 0 deletions
changelog.d/9151.doc
docs/postgres.md
+1
-1
1 addition, 1 deletion
docs/postgres.md
docs/workers.md
+1
-1
1 addition, 1 deletion
docs/workers.md
with
3 additions
and
2 deletions
changelog.d/9151.doc
0 → 100644
+
1
−
0
View file @
de45bf5b
Quote `pip install` packages when extras are used to avoid shells interpreting bracket characters.
This diff is collapsed.
Click to expand it.
docs/postgres.md
+
1
−
1
View file @
de45bf5b
...
@@ -18,7 +18,7 @@ connect to a postgres database.
...
@@ -18,7 +18,7 @@ connect to a postgres database.
virtualenv
](
../INSTALL.md#installing-from-source
)
, you can install
virtualenv
](
../INSTALL.md#installing-from-source
)
, you can install
the library with:
the library with:
~/synapse/env/bin/pip install matrix-synapse[postgres]
~/synapse/env/bin/pip install
"
matrix-synapse[postgres]
"
(substituting the path to your virtualenv for `~/synapse/env`, if
(substituting the path to your virtualenv for `~/synapse/env`, if
you used a different path). You will require the postgres
you used a different path). You will require the postgres
...
...
This diff is collapsed.
Click to expand it.
docs/workers.md
+
1
−
1
View file @
de45bf5b
...
@@ -59,7 +59,7 @@ The appropriate dependencies must also be installed for Synapse. If using a
...
@@ -59,7 +59,7 @@ The appropriate dependencies must also be installed for Synapse. If using a
virtualenv, these can be installed with:
virtualenv, these can be installed with:
```
sh
```
sh
pip
install
matrix-synapse[redis]
pip
install
"
matrix-synapse[redis]
"
```
```
Note that these dependencies are included when synapse is installed with
`pip
Note that these dependencies are included when synapse is installed with
`pip
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment