Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

deactivate.bat 491 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  1. @echo off
  2. set VIRTUAL_ENV=
  3. REM Don't use () to avoid problems with them in %PATH%
  4. if not defined _OLD_VIRTUAL_PROMPT goto ENDIFVPROMPT
  5. set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
  6. set _OLD_VIRTUAL_PROMPT=
  7. :ENDIFVPROMPT
  8. if not defined _OLD_VIRTUAL_PYTHONHOME goto ENDIFVHOME
  9. set "PYTHONHOME=%_OLD_VIRTUAL_PYTHONHOME%"
  10. set _OLD_VIRTUAL_PYTHONHOME=
  11. :ENDIFVHOME
  12. if not defined _OLD_VIRTUAL_PATH goto ENDIFVPATH
  13. set "PATH=%_OLD_VIRTUAL_PATH%"
  14. set _OLD_VIRTUAL_PATH=
  15. :ENDIFVPATH
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...