Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e310af9e
Commit
e310af9e
authored
Oct 07, 2019
by
James Abel
Committed by
Steve Dower
Oct 07, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-38344: Fix syntax in activate.bat (GH-16533)
parent
15ae75d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Lib/venv/scripts/nt/activate.bat
Lib/venv/scripts/nt/activate.bat
+1
-1
Misc/NEWS.d/next/Windows/2019-10-05-05-50-58.bpo-38344.scr2LO.rst
...S.d/next/Windows/2019-10-05-05-50-58.bpo-38344.scr2LO.rst
+1
-0
No files found.
Lib/venv/scripts/nt/activate.bat
View file @
e310af9e
...
...
@@ -22,7 +22,7 @@ if defined PYTHONHOME set _OLD_VIRTUAL_PYTHONHOME=%PYTHONHOME%
set
PYTHONHOME
=
if
defined
_OLD_VIRTUAL_PATH
set
PATH
=
%_OLD_VIRTUAL_PATH%
else
set
_OLD_VIRTUAL_PATH
=
%PATH%
if
not
defined
_OLD_VIRTUAL_PATH
set
_OLD_VIRTUAL_PATH
=
%PATH%
set
PATH
=
%VIRTUAL_ENV%
\__VENV_BIN_NAME__
;
%PATH%
...
...
Misc/NEWS.d/next/Windows/2019-10-05-05-50-58.bpo-38344.scr2LO.rst
0 → 100644
View file @
e310af9e
Fix error message in activate.bat
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment