Guest User

Untitled

a guest
Nov 21st, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. sed: couldn't edit anaconda3: not a regular file
  2.  
  3. find ./ -type f -exec sed -i -e "s+/opt/conda_tools+$TOOLKIT_DIR+g" * {} ;
  4.  
  5. find ./ -type f -exec sed -i '' "s+/opt/conda_tools+$INSTALL_DIR+g" * {} ;
  6.  
  7. find ./ -type f -exec sed -i '' "s+/opt/conda_tools+$INSTALL_DIR+g" * {} ;
  8.  
  9. find ./ -type f -exec sed -i '' "s+/opt/conda_tools+$INSTALL_DIR+g" {} ;
Add Comment
Please, Sign In to add comment