Page URL
https://docs.flutter.dev/install/manual
Page source
https://github.com/flutter/website/blob/main/src/content/install/manual.md
Describe the problem
On Linux Mint 22.2 Zara, this command invalid
echo 'export PATH="$HOME/develop/flutter/bin:$PATH"' >> ~/.bash_profile
but this works perfectly
echo 'export PATH="$HOME/develop/flutter/bin:$PATH"' >> ~/.bashrc
It also an old problem on Linux Mint: https://forums.linuxmint.com/viewtopic.php?t=158113
Expected fix
Replace this
echo 'export PATH="$HOME/develop/flutter/bin:$PATH"' >> ~/.bash_profile
On this
echo 'export PATH="$HOME/develop/flutter/bin:$PATH"' >> ~/.bashrc
Additional context
No response
I would like to fix this problem.
Page URL
https://docs.flutter.dev/install/manual
Page source
https://github.com/flutter/website/blob/main/src/content/install/manual.md
Describe the problem
On Linux Mint 22.2 Zara, this command invalid
echo 'export PATH="$HOME/develop/flutter/bin:$PATH"' >> ~/.bash_profilebut this works perfectly
echo 'export PATH="$HOME/develop/flutter/bin:$PATH"' >> ~/.bashrcIt also an old problem on Linux Mint: https://forums.linuxmint.com/viewtopic.php?t=158113
Expected fix
Replace this
echo 'export PATH="$HOME/develop/flutter/bin:$PATH"' >> ~/.bash_profileOn this
echo 'export PATH="$HOME/develop/flutter/bin:$PATH"' >> ~/.bashrcAdditional context
No response
I would like to fix this problem.