-
Notifications
You must be signed in to change notification settings - Fork 49
Home
alexvakimov edited this page Feb 28, 2025
·
1 revision
Hi, The autopep branch is compiled on CCR and you can use it via module load libra/autopep
. For its use in Jupyter notebook, please remember to add the following to your ~/.bashrc
and comment other lines to avoid conflict with other compiled versions:
module use /projects/academic/cyberwksp21/MODULES
module load libra/autopep
export LD_LIBRARY_PATH=/projects/academic/cyberwksp21/SOFTWARE_NEW_ENV/libra/autopep/_build/src:$LD_LIBRARY_PATH
export PYTHONPATH=/projects/academic/cyberwksp21/SOFTWARE_NEW_ENV/libra/autopep/_build/src:$PYTHONPATH