UMIACS Servers: Difference between revisions

No edit summary
Line 30: Line 30:
Load the Python 3 module adding the following to your .bashrc file
Load the Python 3 module adding the following to your .bashrc file
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
module load Python3
module load Python3/3.7.6
export PATH="${PATH}:$(python3 -c 'import site; print(site.USER_BASE)')/bin"
export PATH="${PATH}:$(python3 -c 'import site; print(site.USER_BASE)')/bin"
</syntaxhighlight>
</syntaxhighlight>