We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0575698 commit e0b0364Copy full SHA for e0b0364
.github/actions/python-environment/action.yml
@@ -50,7 +50,7 @@ runs:
50
echo "export PATH="$HOME/.local/bin:$PATH"" >> "$HOME/.bashrc"
51
echo "export PATH="$HOME/.local/bin:$PATH"" >> "$HOME/.profile"
52
echo "export PATH="$HOME/.local/bin:$PATH"" >> "$HOME/.bash_profile"
53
- sudo echo "export PATH="$HOME/.local/bin:$PATH"" >> "/etc/profile"
+ sudo echo "export PATH="$HOME/.local/bin:$PATH"" | sudo tee -a /etc/profile
54
55
echo BREAK BREAK BREAK BREAK BREAK BREAK BREAK BREAK BREAK 1
56
source "$HOME/.bashrc"
0 commit comments