tox
Verified for current stable LTS
Tox Command: Force Recreate Virtual Environment
Use for force recreate virtual environment with Tox. Exact CLI syntax to force recreate virtual environment using Tox.
When to use this: Use for force recreate virtual environment with Tox.
Command Syntax
tox -r -e <py27> tox -r -e <py27> Command Breakdown
-r- Command Option
- Tool-specific option used by this command invocation.
-e- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to force recreate virtual environment using Tox.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Tox Command: Create Tox Initial Configuration
tox-quickstart Tox Command: List Available Environments tox -a Tox Command: Run Tests All Environments tox Tox Command: Run Tests Specific Environment tox -e <py36> Grep Command: Search For A Pattern In All Files Recursively grep -rI "<search_pattern>" <path/to/directory>