Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitebfd9b7

Browse files
authored
Merge pull request#1100 from trk9001/gpipfix
Update gpip function to use explicit false value
2 parents0c8dfb2 +f0687da commitebfd9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/dev/pip-virtualenv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ adding the following to your :file:`~/.bashrc` file:
7979
..code-block::console
8080
8181
gpip() {
82-
PIP_REQUIRE_VIRTUALENV="" pip "$@"
82+
PIP_REQUIRE_VIRTUALENV=false pip "$@"
8383
}
8484
8585
After saving the changes and sourcing your:file:`~/.bashrc` file you can now

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp