Skip to content

Commit f48c36d

Browse files
authored
bpytop: fix python3 reference. (Homebrew#109666)
1 parent b11c0ee commit f48c36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/bpytop.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Bpytop < Formula
2828
end
2929

3030
def install
31-
venv = virtualenv_create(libexec, "python3")
31+
venv = virtualenv_create(libexec, "python3.10")
3232
venv.pip_install resources
3333
system "make", "install", "PREFIX=#{prefix}"
3434
pkgshare.install "themes"

0 commit comments

Comments
 (0)