hnc-eduard/HNS/Excercises/13082023 ДЗ по фигурам JSON/bin/deactivate.nu

12 lines
333 B
Plaintext
Raw Normal View History

2023-08-18 19:27:51 +02:00
# Setting the old path
let path-name = (if ((sys).host.name == "Windows") { "Path" } { "PATH" })
let-env $path-name = $nu.env._OLD_VIRTUAL_PATH
# Unleting the environment variables that were created when activating the env
unlet-env VIRTUAL_ENV
unlet-env _OLD_VIRTUAL_PATH
unlet-env PROMPT_COMMAND
unalias pydoc
unalias deactivate