This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
howto:gizmo [2024/03/04 12:33] msovara |
howto:gizmo [2024/03/04 12:54] (current) msovara |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| $ module add python/ | $ module add python/ | ||
| $ mkdir dev; cd dev | $ mkdir dev; cd dev | ||
| - | $ virtualenv root_env | + | $ virtualenv |
| $ source root_env/ | $ source root_env/ | ||
| </ | </ | ||
| Line 17: | Line 17: | ||
| Setting '' | Setting '' | ||
| - | < | + | < |
| $ conda config --set channel_priority strict | $ conda config --set channel_priority strict | ||
| - | $ conda create | + | $ conda install root -c conda-forge |
| $ deactivate | $ deactivate | ||
| - | </ | + | </ |
| I encourage you to try these steps and let me know if you encounter any issues or have any questions. | I encourage you to try these steps and let me know if you encounter any issues or have any questions. | ||