Commit 86da867
authored
fix: update run command for conda to use python instead of
fixes #839
## BEFORE the behavior was:
### with envs ext
`conda activate conda-run-env`
`conda run --name conda-run-env python
/Users/eleanorboyd/testing/by-issue-env/conda-run/script_abc.py`
### without envs ext
`/Users/eleanorboyd/miniforge3/envs/conda-run-env/bin/python
/Users/eleanorboyd/testing/by-issue-env/conda-run/script_abc.py`
## NEW behavior for envs ext:
1. `conda activate conda-run-env`
2. `/Users/eleanorboyd/miniforge3/envs/conda-run-env/bin/python
/Users/eleanorboyd/testing/by-issue-env/conda-run/script_abc.py`conda run (#860)1 parent 03f82dc commit 86da867
1 file changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
334 | | - | |
335 | | - | |
| 334 | + | |
| 335 | + | |
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| |||
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
379 | | - | |
380 | | - | |
| 379 | + | |
| 380 | + | |
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
| |||
991 | 991 | | |
992 | 992 | | |
993 | 993 | | |
| 994 | + | |
994 | 995 | | |
995 | 996 | | |
996 | 997 | | |
| |||
999 | 1000 | | |
1000 | 1001 | | |
1001 | 1002 | | |
1002 | | - | |
1003 | 1003 | | |
1004 | 1004 | | |
1005 | 1005 | | |
| |||
1015 | 1015 | | |
1016 | 1016 | | |
1017 | 1017 | | |
1018 | | - | |
| 1018 | + | |
1019 | 1019 | | |
1020 | | - | |
1021 | | - | |
| 1020 | + | |
| 1021 | + | |
1022 | 1022 | | |
1023 | 1023 | | |
1024 | 1024 | | |
| |||
0 commit comments