Skip to content

Hook for Custom Pipfile #9

Open
@seandenigris

Description

@seandenigris

There is PBPharoPlatform>>#copyApplicationTo:application:, which copies the whole PythonBridge folder, including the Pipfile. It seems essential to real use to be able to specify one's own Pipfile, but it's difficult to see how to do that. It seems maybe PBPharoPlatform is trying to do too much. This logic doesn't seem to be specific to the "Pharo platform".

I thought maybe the Platform was a facade for the low-level support libraries like FileSystem and OSSSubprocess, but I see not because there is:

PBApplication>>#workingDirectory 

	^ settings workingDirectory ifNil: 
		[ FileLocator imageDirectory / self runtimeDirectory ]

Pipfile specification should be delegated back to PBApplication and maybe there are other interesting customization points?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions