- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 469 for activate (0.05 seconds)
-
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>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jan 22 11:03:29 GMT 2025 - 13.8K bytes - Click Count (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
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 02 05:09:25 GMT 2025 - 22.8K bytes - Click Count (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>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sun May 18 09:15:56 GMT 2025 - 33.8K bytes - Click Count (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">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) -
docs/ru/docs/virtual-environments.md
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) -
impl/maven-cli/src/main/java/org/apache/maven/cling/logging/Slf4jConfiguration.java
} /** * Set root logging level. * * @param level the level */ void setRootLoggerLevel(Level level); /** * Activate logging implementation configuration (if necessary). */ void activate();Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Nov 08 08:49:11 GMT 2024 - 1.4K bytes - Click Count (0) -
docs/de/docs/virtual-environments.md
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) -
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); }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Feb 11 16:38:19 GMT 2025 - 5.6K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/logging/BaseSlf4jConfiguration.java
@Override public void setRootLoggerLevel(Level level) { LOGGER.warn("setRootLoggerLevel: operation not supported"); } @Override public void activate() { LOGGER.warn("activate(): operation not supported"); }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Nov 08 08:49:11 GMT 2024 - 1.3K bytes - Click Count (0) -
docs/pt/docs/virtual-environments.md
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)