Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 18 of 18 for _deactivate (0.07 sec)

  1. docs/pt/docs/virtual-environments.md

    ///
    
    ## Desativar o ambiente virtual
    
    Quando terminar de trabalhar no seu projeto, você pode **desativar** o ambiente virtual.
    
    <div class="termy">
    
    ```console
    $ deactivate
    ```
    
    </div>
    
    Dessa forma, quando você executar `python`, ele não tentará executá-lo naquele ambiente virtual com os pacotes instalados nele.
    
    ## Pronto para trabalhar
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  2. docs/ja/docs/virtual-environments.md

    <div class="termy">
    
    ```console
    $ cd ~/code/prisoner-of-azkaban
    
    // You don't need to be in the old directory to deactivate, you can do it wherever you are, even after going to the other project 😎
    $ deactivate
    
    // Activate the virtual environment in prisoner-of-azkaban/.venv 🚀
    $ source .venv/bin/activate
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Mar 19 12:22:33 UTC 2025
    - 27.8K bytes
    - Viewed (0)
  3. docs/zh-hant/docs/virtual-environments.md

    /// tip
    
    通常你只需要在建立虛擬環境時執行此操作**一次**。
    
    ///
    
    ## 退出虛擬環境
    
    當你完成工作後,你可以**退出**虛擬環境。
    
    <div class="termy">
    
    ```console
    $ deactivate
    ```
    
    </div>
    
    這樣,當你執行 `python` 時它不會嘗試從已安裝套件的虛擬環境中執行。
    
    ## 開始工作
    
    現在你已經準備好開始你的工作了。
    
    
    
    /// tip
    
    你想要理解上面的所有內容嗎?
    
    繼續閱讀。👇🤓
    
    ///
    
    ## 為什麼要使用虛擬環境
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 09 22:39:33 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  4. docs/ko/docs/virtual-environments.md

    /// tip | 팁
    
    이 설정은 보통 가상 환경을 **처음 만들었을 때 한 번만** 해주면 됩니다.
    
    ///
    
    ## 가상 환경 비활성화
    
    프로젝트 작업이 끝났다면, 가상 환경을 **비활성화**할 수 있습니다.
    
    <div class="termy">
    
    ```console
    $ deactivate
    ```
    
    </div>
    
    이렇게 하면 이후에 `python` 명령어를 실행했을 때, 가상 환경의 Python이나 그 안에 설치된 패키지들을 사용하지 않게 됩니다.
    
    ## 이제 작업할 준비가 되었습니다
    
    이제 프로젝트 작업을 시작할 준비가 완료되었습니다.
    
    
    /// tip | 팁
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri May 30 13:10:41 UTC 2025
    - 25.8K bytes
    - Viewed (0)
  5. src/main/webapp/js/admin/bootstrap.min.js.map

    !== this._targets[i] &&\n          scrollTop >= this._offsets[i] &&\n          (typeof this._offsets[i + 1] === 'undefined' ||\n              scrollTop < this._offsets[i + 1])\n\n      if (isActiveTarget) {\n        this._activate(this._targets[i])\n      }\n    }\n  }\n\n  _activate(target) {\n    this._activeTarget = target\n\n    this._clear()\n\n    const queries = this._selector\n      .split(',')\n      .map(selector => `${selector}[data-target=\"${target}\"],${selector}[href=\"${target}\"]`)\n\n...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 180.9K bytes
    - Viewed (0)
  6. api/go1.16.txt

    pkg syscall (darwin-arm64), const MSG_WAITSTREAM ideal-int
    pkg syscall (darwin-arm64), const MS_ASYNC = 1
    pkg syscall (darwin-arm64), const MS_ASYNC ideal-int
    pkg syscall (darwin-arm64), const MS_DEACTIVATE = 8
    pkg syscall (darwin-arm64), const MS_DEACTIVATE ideal-int
    pkg syscall (darwin-arm64), const MS_INVALIDATE = 2
    pkg syscall (darwin-arm64), const MS_INVALIDATE ideal-int
    pkg syscall (darwin-arm64), const MS_KILLPAGES = 4
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  7. api/go1.txt

    pkg syscall (darwin-386), const MSG_WAITALL ideal-int
    pkg syscall (darwin-386), const MSG_WAITSTREAM ideal-int
    pkg syscall (darwin-386), const MS_ASYNC ideal-int
    pkg syscall (darwin-386), const MS_DEACTIVATE ideal-int
    pkg syscall (darwin-386), const MS_INVALIDATE ideal-int
    pkg syscall (darwin-386), const MS_KILLPAGES ideal-int
    pkg syscall (darwin-386), const MS_SYNC ideal-int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg syscall (darwin-386), const MSG_WAITALL = 64
    pkg syscall (darwin-386), const MSG_WAITSTREAM = 512
    pkg syscall (darwin-386), const MS_ASYNC = 1
    pkg syscall (darwin-386), const MS_DEACTIVATE = 8
    pkg syscall (darwin-386), const MS_INVALIDATE = 2
    pkg syscall (darwin-386), const MS_KILLPAGES = 4
    pkg syscall (darwin-386), const MS_SYNC = 16
    pkg syscall (darwin-386), const NAME_MAX = 255
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top