Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
Flood Prediction
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Intelligent Tank Management System
Flood Prediction
Commits
96c2e508
Commit
96c2e508
authored
Mar 30, 2022
by
Mohamed Naseef
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
active.bat
parent
cad75e20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
activate.bat
activate.bat
+33
-0
No files found.
activate.bat
0 → 100644
View file @
96c2e508
@echo
off
rem This file is UTF-8 encoded, so we need to update the current code page while executing it
for
/f
"tokens=2 delims=:."
%%a
in
(
'"
%SystemRoot%
\System32\chcp.com"'
)
do
(
set
_OLD_CODEPAGE
=
%%a
)
if
defined
_OLD_CODEPAGE
(
"
%SystemRoot%
\System32\chcp.com"
65001
>
nul
)
set
VIRTUAL_ENV
=
D
:\floodanalys2\venv
if
not
defined
PROMPT
set
PROMPT
=
$P$G
if
defined
_OLD_VIRTUAL_PROMPT
set
PROMPT
=
%_OLD_VIRTUAL_PROMPT%
if
defined
_OLD_VIRTUAL_PYTHONHOME
set
PYTHONHOME
=
%_OLD_VIRTUAL_PYTHONHOME%
set
_OLD_VIRTUAL_PROMPT
=
%PROMPT%
set
PROMPT
=(
venv
)
%PROMPT%
if
defined
PYTHONHOME
set
_OLD_VIRTUAL_PYTHONHOME
=
%PYTHONHOME%
set
PYTHONHOME
=
if
defined
_OLD_VIRTUAL_PATH
set
PATH
=
%_OLD_VIRTUAL_PATH%
if
not
defined
_OLD_VIRTUAL_PATH
set
_OLD_VIRTUAL_PATH
=
%PATH%
set
PATH
=
%VIRTUAL_ENV%
\Scripts
;
%PATH%
:END
if
defined
_OLD_CODEPAGE
(
"
%SystemRoot%
\System32\chcp.com"
%_OLD_CODEPAGE%
>
nul
set
_OLD_CODEPAGE
=
)
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