fix: do not link python
This commit is contained in:
parent
a5c75e0537
commit
915f1cacba
@ -264,12 +264,6 @@ main() {
|
||||
log "info" "Finished creating directories"
|
||||
print-break
|
||||
|
||||
log "info" "Linking ${GREEN}python${RESET_BOLD} to ${GREEN}python3${RESET_BOLD}"
|
||||
ln -s "$(command -v python3)" "${HOME}/.local/bin/python"
|
||||
export PATH="${PATH}:${HOME}/.local/bin/"
|
||||
log "info" "Finished linking ${GREEN}python${RESET_BOLD} to ${GREEN}python3${RESET_BOLD}"
|
||||
print-break
|
||||
|
||||
log "info" "Installing ${GREEN}FZF${RESET_BOLD}"
|
||||
if ! install-fzf "${DEPS_PATH}"; then
|
||||
log "error" "Failed to install ${GREEN}FZF${RESET_BOLD}"
|
||||
|
Loading…
Reference in New Issue
Block a user