Skip to content

Instantly share code, notes, and snippets.

@socketbox
Last active April 21, 2023 16:35
Show Gist options
  • Save socketbox/a095e91dd7e51639e89c5314b0dd27bf to your computer and use it in GitHub Desktop.
Save socketbox/a095e91dd7e51639e89c5314b0dd27bf to your computer and use it in GitHub Desktop.
Setting up a python dev environment for pbsorg

Getting setup

These instructions are for a *NIX operating system. MacOS/Darwin users shouldn't have too much trouble following along. Windows users should switch operating systems.

  1. Install asdf
    1.1 Install python plugin for asdf: asdf plugin add python
    1.2 Install the version of python that is current in the project (cat .tool-versions)
  2. Install poetry using the standard installer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment