1
Usuwanie linii z profilu Bash
Więc używając terminala wpisałem: nano .bash_profile Mam wtedy dostęp do następującego bash_profile: Plik GNU nano 2.0.6: .bash_profile # Setting PATH for Python 2.7 # The orginal version is saved in .bash_profile.pysave PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}" export PATH # Setting PATH for Python 3.5 # The orginal version is saved in .bash_profile.pysave PATH="/Library/Frameworks/Python.framework/Versions/3.5/bin:${PATH}" export …