Be better on startup

This commit is contained in:
2022-06-14 16:28:44 +02:00
parent 33cb150cf0
commit 235910b863

View File

@@ -9,6 +9,12 @@ CarpPythonProcess class >> program [
^ 'python'
]
{ #category : #accessing }
CarpPythonProcess class >> resolveCarpPath [
"TODO: make more robust"
^ '/usr/bin/python' asFileReference
]
{ #category : #accessing }
CarpPythonProcess >> processArguments [
| args |