Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha0552 authored Oct 9, 2024
1 parent b9a3a1b commit 0dc12cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ replace_package() {
package=$1

# Iterate over all virtual environments with $package
for dir in $(find /home/tori -type d -wholename "*/site-packages/$package"); do
for dir in $(find /home/tori -type d -wholename "*/site-packages/$package.dist-info"); do
# Get path to python interpreter
interpreter=$(realpath -s "$dir/../../../../bin/python")

Expand Down

0 comments on commit 0dc12cd

Please sign in to comment.