- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 246 for activate (0.42 sec)
-
compat/maven-compat/src/main/mdo/profiles.mdo
<description><![CDATA[ This is an activator which will detect an operating system's attributes in order to activate its profile. ]]></description> <fields> <field> <name>name</name> <version>1.0.0</version> <type>String</type> <description>The name of the OS to be used to activate a profile</description> </field> <field>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jan 22 11:03:29 UTC 2025 - 13.8K bytes - Viewed (0) -
docs/en/docs/virtual-environments.md
/// details | `.venv` or other name You could create the virtual environment in a different directory, but there's a convention of calling it `.venv`. /// ## Activate the Virtual Environment { #activate-the-virtual-environment } Activate the new virtual environment so that any Python command you run or package you install uses it. /// tip
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 02 05:09:25 UTC 2025 - 22.8K bytes - Viewed (0) -
docs/ru/docs/virtual-environments.md
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Thu Dec 11 21:25:03 UTC 2025 - 34.2K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/ProfileActivation.java
* @param id The identifier of the profile. * @param active Should the profile be activated? * @param optional Can the build continue if the profile does not exist? */ public void addProfileActivation(String id, boolean active, boolean optional) { final ActivationSettings settings = ActivationSettings.of(active, optional); this.activations.put(id, settings); }Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 11 16:38:19 UTC 2025 - 5.6K bytes - Viewed (0) -
docs/de/docs/virtual-environments.md
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 02 17:32:56 UTC 2025 - 25.4K bytes - Viewed (0) -
api/maven-api-settings/src/main/mdo/settings.mdo
<description> This is an activator which will detect an operating system's attributes in order to activate its profile. </description> <fields> <field> <name>name</name> <version>1.0.0+</version> <type>String</type> <description> The name of the OS to be used to activate a profile. </description> </field>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun May 18 09:15:56 UTC 2025 - 33.8K bytes - Viewed (0) -
docs/es/docs/virtual-environments.md
end end stone-project ~~~ azkaban-project ``` ## Qué Significa Activar un Entorno Virtual { #what-does-activating-a-virtual-environment-mean } Cuando activas un entorno virtual, por ejemplo con: //// tab | Linux, macOS <div class="termy"> ```console $ source .venv/bin/activate ``` </div> //// //// tab | Windows PowerShell <div class="termy">Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 16:33:45 UTC 2025 - 23.3K bytes - Viewed (0) -
docs/pt/docs/virtual-environments.md
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 20:32:40 UTC 2025 - 23.7K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/profile/ProfileActivationContext.java
* Gets the identifiers of those profiles that should be activated by explicit demand. * * @return The identifiers of those profiles to activate, never {@code null}. */ List<String> getActiveProfileIds(); /** * Gets the identifiers of those profiles that should be deactivated by explicit demand. * * @return The identifiers of those profiles to deactivate, never {@code null}. */Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 25 08:27:34 UTC 2025 - 2.9K bytes - Viewed (0) -
docs/en/docs/tutorial/request-forms-and-files.md
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 }Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 1.5K bytes - Viewed (0)