Changes between Version 6 and Version 7 of cypress/conda_virtual_environment
- Timestamp:
- 10/17/25 09:56:39 (40 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/conda_virtual_environment
v6 v7 133 133 * Create a virtual environment, myenv1: 134 134 {{{ 135 conda create –n myenv1135 conda create -n myenv1 136 136 }}} 137 137 * Activate conda virtual environment: