Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 57 for deactivate (0.07 sec)

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

    /// tip
    
    It's easy to activate one virtual environment, get one Python, and then **go to another project**.
    
    And the second project **wouldn't work** because you are using the **incorrect Python**, from a virtual environment for another project.
    
    It's useful being able to check what `python` is being used. 🤓
    
    ///
    
    ## Why Deactivate a Virtual Environment { #why-deactivate-a-virtual-environment }
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 22.4K bytes
    - Viewed (0)
  2. src/main/webapp/js/bootstrap.min.js

    edTarget:e}).defaultPrevented||s&&s.defaultPrevented||(this._deactivate(e,t),this._activate(t,e))}_activate(t,e){t&&(t.classList.add(Ve),this._activate(K.getElementFromSelector(t)),this._queueCallback((()=>{"tab"===t.getAttribute("role")?(t.removeAttribute("tabindex"),t.setAttribute("aria-selected",!0),this._toggleDropDown(t,!0),F.trigger(t,"shown.bs.tab",{relatedTarget:e})):t.classList.add(Xe)}),t,t.classList.contains(Qe)))}_deactivate(t,e){t&&(t.classList.remove(Ve),t.blur(),this._deactivate(K...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Jan 12 06:14:02 UTC 2025
    - 58.9K bytes
    - Viewed (0)
  3. docs/ru/docs/virtual-environments.md

    // Вам не требуется находится в старой директории для деактивации среды разработки, вы можете это сделать откуда угодно, даже из каталога другого проекта, в который вы перешли. 😎
    $ deactivate
    
    // Активируйте виртуальную среду разработки в prisoner-of-azkaban/.venv 🚀
    $ source .venv/bin/activate
    
    // Тепреь, когда вы запустите python, он найдет пакет sirius, установленный в виртуальной среде ✨
    $ python main.py
    
    Я торжественно клянусь в этом! 🐺
    ```
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Dec 10 11:34:19 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  4. docs/vi/docs/virtual-environments.md

    ```console
    $ cd ~/code/prisoner-of-azkaban
    
    // Bạn không cần phải ở trong thư mục trước để huỷ kích hoạt, bạn có thể làm điều đó ở bất kỳ đâu, ngay cả sau khi đi đến dự án khác 😎
    $ deactivate
    
    // Kích hoạt môi trường ảo trong prisoner-of-azkaban/.venv 🚀
    $ source .venv/bin/activate
    
    // Bây giờ khi bạn chạy python, nó sẽ tìm thấy gói sirius được cài đặt trong môi trường ảo này ✨
    $ python main.py
    
    I solemnly swear 🐺
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Feb 07 22:19:18 UTC 2025
    - 26.1K bytes
    - Viewed (0)
  5. docs/es/docs/virtual-environments.md

    $ cd ~/code/prisoner-of-azkaban
    
    // No necesitas estar en el directorio antiguo para desactivar, puedes hacerlo donde sea que estés, incluso después de ir al otro proyecto 😎
    $ deactivate
    
    // Activa el entorno virtual en prisoner-of-azkaban/.venv 🚀
    $ source .venv/bin/activate
    
    // Ahora cuando ejecutes python, encontrará el paquete sirius instalado en este entorno virtual ✨
    $ python main.py
    
    I solemnly swear 🐺
    ```
    
    </div>
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 22.2K bytes
    - Viewed (0)
  6. docs/pt/docs/virtual-environments.md

    $ cd ~/code/prisoner-of-azkaban
    
    // Você não precisa estar no diretório antigo para desativar, você pode fazer isso de onde estiver, mesmo depois de ir para o outro projeto 😎
    $ deactivate
    
    // Ative o ambiente virtual em prisoner-of-azkaban/.venv 🚀
    $ source .venv/bin/activate
    
    // Agora, quando você executar o python, ele encontrará o pacote sirius instalado neste ambiente virtual ✨
    $ python main.py
    
    Eu juro solenemente 🐺
    ```
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  7. 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
    
    // Now when you run python, it will find the package sirius installed in this virtual environment ✨
    $ python main.py
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Mar 19 12:22:33 UTC 2025
    - 27.8K bytes
    - Viewed (0)
  8. docs/zh-hant/docs/virtual-environments.md

    <div class="termy">
    
    ```console
    $ cd ~/code/prisoner-of-azkaban
    
    // 你不需要在舊目錄中操作停用,你可以在任何地方操作停用,甚至在切換到另一個專案之後 😎
    $ deactivate
    
    // 啟用 prisoner-of-azkaban/.venv 中的虛擬環境 🚀
    $ source .venv/bin/activate
    
    // 現在當你執行 python 時,它會在這個虛擬環境中找到已安裝的 sirius 套件 ✨
    $ python main.py
    
    I solemnly swear 🐺
    ```
    
    </div>
    
    ## 替代方案
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 09 22:39:33 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  9. docs/ko/docs/virtual-environments.md

    <div class="termy">
    
    ```console
    $ cd ~/code/prisoner-of-azkaban
    
    // 이전 디렉터리에 있을 필요 없이, 어디서든 가상 환경을 비활성화할 수 있습니다. 다른 프로젝트 디렉터리로 이동한 후에도 괜찮아요 😎
    $ deactivate
    
    // prisoner-of-azkaban/.venv 가상 환경을 활성화합니다 🚀
    $ source .venv/bin/activate
    
    // 이제 python을 실행하면, 이 가상 환경에 설치된 sirius 패키지를 찾게 됩니다 ✨
    $ python main.py
    
    못된 짓을 꾸미고 있음을 엄숙히 맹세합니다.🧙
    ImportError는 이제 없습니다. 🐺
    ```
    
    </div>
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri May 30 13:10:41 UTC 2025
    - 25.8K bytes
    - Viewed (0)
  10. src/main/webapp/js/bootstrap.min.js.map

    (showEvent.defaultPrevented || (hideEvent && hideEvent.defaultPrevented)) {\n      return\n    }\n\n    this._deactivate(active, innerElem)\n    this._activate(innerElem, active)\n  }\n\n  // Private\n  _activate(element, relatedElem) {\n    if (!element) {\n      return\n    }\n\n    element.classList.add(CLASS_NAME_ACTIVE)\n\n    this._activate(SelectorEngine.getElementFromSelector(element)) // Search and activate/show the proper section\n\n    const complete = () => {\n      if (element.getAttribute('role')...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Jan 12 06:14:02 UTC 2025
    - 211.9K bytes
    - Viewed (0)
Back to top