- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 150 for virtual (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/ru/docs/virtual-environments.md
* <a href="https://www.jetbrains.com/help/pycharm/creating-virtual-environment.html" class="external-link" target="_blank">PyCharm</a> /// tip | Подсказка Обычно это нужно сделать только **один раз**, при создании виртуального окружения. /// ## Деактивация виртуального окружения { #deactivate-the-virtual-environment }
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Thu Dec 11 21:25:03 GMT 2025 - 34.2K bytes - Click Count (0) -
docs/de/docs/virtual-environments.md
* <a href="https://www.jetbrains.com/help/pycharm/creating-virtual-environment.html" class="external-link" target="_blank">PyCharm</a> /// tip | Tipp Normalerweise müssen Sie dies nur **einmal** tun, wenn Sie die virtuelle Umgebung erstellen. /// ## Die virtuelle Umgebung deaktivieren { #deactivate-the-virtual-environment }
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 02 17:32:56 GMT 2025 - 25.4K bytes - Click Count (0) -
docs/pt/docs/virtual-environments.md
/// //// Esse comando cria um novo ambiente virtual em um diretório chamado `.venv`. /// details | `.venv` ou outro nome Você pode criar o ambiente virtual em um diretório diferente, mas há uma convenção para chamá-lo de `.venv`. /// ## Ative o ambiente virtual { #activate-the-virtual-environment }Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 16 20:32:40 GMT 2025 - 23.7K bytes - Click Count (0) -
docs/es/docs/virtual-environments.md
/// //// Ese comando crea un nuevo entorno virtual en un directorio llamado `.venv`. /// details | `.venv` u otro nombre Podrías crear el entorno virtual en un directorio diferente, pero hay una convención de llamarlo `.venv`. /// ## Activa el Entorno Virtual { #activate-the-virtual-environment }Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 16 16:33:45 GMT 2025 - 23.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/RelatedQueryHelper.java
return relatedQueryMap.size(); } /** * Extracts the virtual host key from a RelatedQuery entity. * If the virtual host is blank or null, returns an empty string. * * @param entity the RelatedQuery entity to extract the host key from * @return the virtual host key, or empty string if blank or null */ protected String getHostKey(final RelatedQuery entity) {
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 5.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/RelatedContentHelper.java
} /** * Extracts the virtual host key from a RelatedContent entity. * If the virtual host is blank or null, returns an empty string. * This key is used to organize related content by virtual host. * * @param entity the RelatedContent entity to extract the host key from * @return the virtual host key, or empty string if not specified */Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 8.2K bytes - Click Count (0) -
docs/en/docs/tutorial/request-forms-and-files.md
/// info To receive uploaded files and/or form data, first install <a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a>. Make sure you create a [virtual environment](../virtual-environments.md){.internal-link target=_blank}, activate it, and then install it, for example: ```console $ pip install python-multipart ``` /// ## Import `File` and `Form` { #import-file-and-form }
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Aug 31 09:15:41 GMT 2025 - 1.5K bytes - Click Count (0) -
docs/pt/docs/tutorial/testing.md
/// info | Informação Para usar o `TestClient`, primeiro instale o <a href="https://www.python-httpx.org" class="external-link" target="_blank">`httpx`</a>. Certifique-se de criar um [ambiente virtual](../virtual-environments.md){.internal-link target=_blank}, ativá-lo e instalá-lo, por exemplo: ```console $ pip install httpx ``` /// Importe `TestClient`.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 6.5K bytes - Click Count (0) -
docs/pt/docs/deployment/manually.md
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Nov 12 16:23:57 GMT 2025 - 7.4K bytes - Click Count (0) -
docs/en/docs/environment-variables.md
<div class="termy"> ```console $ C:\opt\custompython\bin\python ``` </div> //// This information will be useful when learning about [Virtual Environments](virtual-environments.md){.internal-link target=_blank}. ## Conclusion { #conclusion } With this you should have a basic understanding of what **environment variables** are and how to use them in Python.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Aug 31 09:15:41 GMT 2025 - 8.1K bytes - Click Count (0)