Changes between Version 6 and Version 7 of cypress/conda_virtual_environment


Ignore:
Timestamp:
10/17/25 09:56:39 (40 hours ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/conda_virtual_environment

    v6 v7  
    133133* Create a virtual environment, myenv1:
    134134{{{
    135 conda create n myenv1
     135conda create -n myenv1
    136136}}}
    137137* Activate conda virtual environment: