We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9dbe45 commit 255dce7Copy full SHA for 255dce7
pysrc/pysrc.go
@@ -7,7 +7,7 @@ import (
7
"path/filepath"
8
"runtime"
9
"strings"
10
-
+
11
"github.com/voidKandy/go-pyenv/pyenv"
12
)
13
@@ -42,7 +42,7 @@ func PrepareDistribution(env pyenv.PyEnv) error {
42
// s.Prefix = "installing python distribution: "
43
// install needs to return error
44
env.Install()
45
- // s.Prefix = "downloading dependencies: "
+ // s.Prefix = "downloading dependencies:"
46
err := downloadDeps(env)
47
if err != nil {
48
return fmt.Errorf("error downloading prattl dependencies: %v\n", err)
0 commit comments