mirror of https://gitlab.com/dabruh/dotfiles.git
Adjust python executable name
This commit is contained in:
parent
1cf86dd7d5
commit
aff2e3af98
|
@ -86,7 +86,7 @@ function setup_pip_packages() {
|
||||||
echo "Installing Python packages into virtualenv $python_venv"
|
echo "Installing Python packages into virtualenv $python_venv"
|
||||||
|
|
||||||
! [ -d "$opt_dir" ] && sudo mkdir "$opt_dir"
|
! [ -d "$opt_dir" ] && sudo mkdir "$opt_dir"
|
||||||
sudo python -m venv "$python_venv"
|
sudo python3 -m venv "$python_venv"
|
||||||
|
|
||||||
# shellcheck disable=SC1091
|
# shellcheck disable=SC1091
|
||||||
source "$python_venv/bin/activate"
|
source "$python_venv/bin/activate"
|
||||||
|
|
Loading…
Reference in New Issue