User Tools

Site Tools


howto:gizmo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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/0.3.11.4 $ module add python/0.3.11.4
 $ mkdir dev; cd dev $ mkdir dev; cd dev
-$ virtualenv root_env+$ virtualenv root_env; cd root_env
 $ source root_env/bin/activate $ source root_env/bin/activate
 </code>  </code> 
Line 17: Line 17:
 Setting ''channel_priority to strict'' is required to avoid conflicts on some platforms Setting ''channel_priority to strict'' is required to avoid conflicts on some platforms
  
-<code> +<code>
 $ conda config --set channel_priority strict $ conda config --set channel_priority strict
-$ conda create -c conda-forge --name root_env root +$ conda install root -c conda-forge
 $ deactivate $ deactivate
-</code> +</code>
  
 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. 
/app/dokuwiki/data/attic/howto/gizmo.1709548430.txt.gz · Last modified: 2024/03/04 12:33 by msovara