Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3188f1d commit f1c47e4Copy full SHA for f1c47e4
1 file changed
Tools/scripts/pyvenv
@@ -5,7 +5,7 @@ if __name__ == '__main__':
5
6
executable = pathlib.Path(sys.executable or 'python3').name
7
print('WARNING: the pyenv script is deprecated in favour of '
8
- '`{} -m venv`'.format(exeutable, file=sys.stderr))
+ '`{} -m venv`'.format(exeutable), file=sys.stderr)
9
10
rc = 1
11
try:
0 commit comments