Skip to content

Commit 5572735

Browse files
authored
Merge pull request #164 from gnikit/gnikit/issue163
Autoupdate pip with `--user` permissions
2 parents 4f17ee4 + 90f8639 commit 5572735

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## Unreleased
44

5+
## 2.12.0
6+
7+
### Fixed
8+
9+
- Fixed issue where `pip` would install without `--user` and fail
10+
([#163](https://github.com/gnikit/fortls/issues/163))
11+
512
## 2.11.0
613

714
### Fixed

fortls/langserver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1764,6 +1764,7 @@ def _update_version_pypi(self, test: bool = False):
17641764
"install",
17651765
"fortls",
17661766
"--upgrade",
1767+
"--user",
17671768
],
17681769
capture_output=True,
17691770
)

0 commit comments

Comments
 (0)