-
Notifications
You must be signed in to change notification settings - Fork 1
Additional Annotations
Julian Dosch edited this page Oct 27, 2022
·
9 revisions
If you are installing FAS, you run fas.setup with the additional option . (*) In case you do not have admin rights, and don't use package systems like Anaconda to manage environments you need to use the --user option (NOT recommended):
python3 -m pip install --user greedyFAS
and then add the following line to the end of your .bashrc
or .bash_profile
file, restart the current terminal to apply the change:
export PATH=$HOME/.local/bin:$PATH