Fixing python3 return.

This commit is contained in:
ruidajo 2024-09-09 18:18:54 -05:00
parent 30b0d3f721
commit 97d50c3a40

View File

@ -26,8 +26,7 @@ PyEnv >> python3 [
arguments: #('python3'); arguments: #('python3');
runAndWait; runAndWait;
stdout) trimmed asFileReference. stdout) trimmed asFileReference.
^ {'location' -> pyBinLocation. ^ self
'version' -> pyVersion} asDictionary
] ]
{ #category : #accessing } { #category : #accessing }