UMIACS Servers: Difference between revisions

Line 32: Line 32:
module load Python3
module load Python3
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 lang="bash">
</syntaxhighlight>


Then run the following to get pip installed
Then run the following to get pip installed
</syntaxhighlight lang="bash>
<syntaxhighlight>
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py --user
python get-pip.py --user