Closed rsdmse closed 3 years ago
This fixed the problem:
!echo "export PYTHONPATH=~/.local/lib/python3.6/site-packages" >> .bashrc
The .local
directory is automatically detected on Rivanna so that users don't need to add it to their PYTHONPATH.
@rsdmse this issue should have been resolved at this time hence closing it. Please verify if not otherwise.
In JupyterLab,
!pip3 install numpy
succeeds (suggestion: create pip -> pip3 symlink) but in the next cell when I try to import it: