Make symbolic links
This commit is contained in:
parent
21776eade7
commit
d3039a48b8
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ pipinstall () {
|
|||
}
|
||||
|
||||
create_link () {
|
||||
ln -sf "$install_path/bin/$1" "$bin_path/$1"
|
||||
ln -srf "$install_path/bin/$1" "$bin_path/$1"
|
||||
}
|
||||
|
||||
py3cmd="$(command -v python3)"
|
||||
|
|
|
@ -27,7 +27,7 @@ pipinstall () {
|
|||
}
|
||||
|
||||
create_link () {
|
||||
ln -sf "$install_path/bin/$1.py" "$bin_path/$1"
|
||||
ln -srf "$install_path/bin/$1.py" "$bin_path/$1"
|
||||
}
|
||||
|
||||
py3cmd="$(command -v python3)"
|
||||
|
|
Loading…
Reference in a new issue