I was following this article to get rid of
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
and whenever I'd do . ~/.bash_profile
it would result in
-bash: /home/nikhil/.bash_profile: line 1: unexpected EOF while looking for matching `"'
-bash: /home/nikhil/.bash_profile: line 2: syntax error: unexpected end of file
So, I searched askUbuntu and find this and according to one of the solutions provided,
I went to Edit -> Profile Preferences -> Title and Command tab and checked the "Run command as a login shell" option. But now as soon as I open any terminal I get the first two lines as
-bash: /home/nikhil/.bash_profile: line 1: unexpected EOF while looking for matching `"'
-bash: /home/nikhil/.bash_profile: line 2: syntax error: unexpected end of file
and the same if run . ~/.bash_profile
. Please help.
cat ~/.bash_profile
is resulting inexport PATH="$PATH:/home/nikhil/Fluutter/flutter_linux_v1.7.8+hotfix.4-stable/flutter/bin
I can see there is a " missing. Could you please help in rectifying it? – nkhl Aug 05 '20 at 03:00"
at the end of the line (right afterbin
). – Artur Meinild Aug 05 '20 at 05:45