Skip to content

Commit

Permalink
Add some notes about the implementation of PBPharoPipenvPathFinder to…
Browse files Browse the repository at this point in the history
… the [Python Bridge troubleshooting] GT book page
  • Loading branch information
svenvc committed Oct 22, 2024
1 parent e2fe130 commit c44b56e
Showing 1 changed file with 112 additions and 0 deletions.
112 changes: 112 additions & 0 deletions lepiter/4bh6zrwgxadl6bccu380jvs3t.lepiter
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,118 @@
},
"code" : "PBPharoPipenvPathFinder pipenvPath: 'C:\\Users\\sven\\AppData\\Local\\Programs\\Python\\Python312-arm64\\Scripts\\pipenv.exe' asFileReference"
},
{
"__type" : "textSnippet",
"children" : {
"__type" : "snippets",
"items" : [
{
"__type" : "textSnippet",
"children" : {
"__type" : "snippets",
"items" : [ ]
},
"createEmail" : {
"__type" : "email",
"emailString" : "<unknown>"
},
"createTime" : {
"__type" : "time",
"time" : {
"__type" : "dateAndTime",
"dateAndTimeString" : "2024-10-22T14:54:22.477173+02:00"
}
},
"editEmail" : {
"__type" : "email",
"emailString" : "<unknown>"
},
"editTime" : {
"__type" : "time",
"time" : {
"__type" : "dateAndTime",
"dateAndTimeString" : "2024-10-22T15:03:48.361531+02:00"
}
},
"uid" : {
"__type" : "uid",
"uidString" : "Np1aAXLhDQCAcRGVDQMOfw=="
},
"paragraphStyle" : {
"__type" : "textStyle"
},
"string" : "The automatic `pipenv` path detection in {{gtClass:PBPharoPipenvPathFinder}} relies on {{gtMethod:GtOsSystemInfo>>#findExecutable:}} or {{gtMethod:GtWindowsSystemInfo>>#findExecutable:}} in the case of **Windows**. For **macOS** and **Linux**, a login shell will be used so that the widest possible PATH is searched - even in the case when GT was started with a more limited PATH as happens on **macOS** when double-clicking the GT executable."
},
{
"__type" : "textSnippet",
"children" : {
"__type" : "snippets",
"items" : [ ]
},
"createEmail" : {
"__type" : "email",
"emailString" : "<unknown>"
},
"createTime" : {
"__type" : "time",
"time" : {
"__type" : "dateAndTime",
"dateAndTimeString" : "2024-10-22T15:00:26.514753+02:00"
}
},
"editEmail" : {
"__type" : "email",
"emailString" : "<unknown>"
},
"editTime" : {
"__type" : "time",
"time" : {
"__type" : "dateAndTime",
"dateAndTimeString" : "2024-10-22T15:01:47.579054+02:00"
}
},
"uid" : {
"__type" : "uid",
"uidString" : "ZmENF3LhDQCIrw4gDQMOfw=="
},
"paragraphStyle" : {
"__type" : "textStyle"
},
"string" : "Note also that the `pipenv` path is cached inside {{gtClass:PBPharoPipenvPathFinder}}. You can flush this cache with {{gtMethod:PBPharoPipenvPathFinder class>>#reset}}."
}
]
},
"createEmail" : {
"__type" : "email",
"emailString" : "<unknown>"
},
"createTime" : {
"__type" : "time",
"time" : {
"__type" : "dateAndTime",
"dateAndTimeString" : "2024-10-22T15:02:44.628663+02:00"
}
},
"editEmail" : {
"__type" : "email",
"emailString" : "<unknown>"
},
"editTime" : {
"__type" : "time",
"time" : {
"__type" : "dateAndTime",
"dateAndTimeString" : "2024-10-22T15:03:24.88951+02:00"
}
},
"uid" : {
"__type" : "uid",
"uidString" : "DnvqHnLhDQCK1RXADQMOfw=="
},
"paragraphStyle" : {
"__type" : "textStyle"
},
"string" : "###*Implementation*"
},
{
"__type" : "textSnippet",
"children" : {
Expand Down

0 comments on commit c44b56e

Please sign in to comment.