Python 2 conda env
Run the following to create a conda environment with Python 2 to run older scripts:
You can then run python <script_name> <arguments>
. In a new terminal, you will have to activate the environment again:
Last updated
Run the following to create a conda environment with Python 2 to run older scripts:
You can then run python <script_name> <arguments>
. In a new terminal, you will have to activate the environment again:
Last updated