Skip to content

Instantly share code, notes, and snippets.

@gederajeg
Created February 4, 2025 08:36
Show Gist options
  • Save gederajeg/2cfea43c2d8c2eb05f0048e61322c294 to your computer and use it in GitHub Desktop.
Save gederajeg/2cfea43c2d8c2eb05f0048e61322c294 to your computer and use it in GitHub Desktop.
cldf in pyCharm

How to get to the command line interpreter

  • open pyCharm project (e.g., a directory of work)
  • for my Dell Windows, select the python interpreter that is in cldf folder (that has the .venv folder)--selecting this interpreter already activate the .venv
  • then in the terminal, click the dropdown arrow and select the Command Prompt
  • in the terminal, test by running cldfbench to check that it reads the cldfbench module (which it works)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment