typeintandem / tandem

Typing in Tandem. Decentralized, cross-editor, collaborative text-editing!
Apache License 2.0
698 stars 20 forks source link

[Sublime Text] Python3 not found #86

Open rageandqq opened 6 years ago

rageandqq commented 6 years ago

Launching a session will silently fail if you try to do so before sublime loads certain environment variables.

We try to run our agent python3 and invoke the version of python that is bundled with Sublime, but it can't be found. This is not a major issue right now, but should probably be fixed before release. It occurs every time the application (Sublime) is relaunched, and is not a one-time only thing.