Skip to content

Commit affd45f

Browse files
authored
Autoupdate pip with --user permissions
Fixes #163
1 parent 4f17ee4 commit affd45f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)