Relative Content

Tag Archive for pythonjupytershimasdf

How to run jupyterlab when asdf is installed?

Suppose that asdf is installed and we are using python 3.8.19. How to run “jupyter lab” as the regular command jupyter-lab notebook should be referenced in PATH and not working. On the other hand, it seems that adding specific path from asdf to PATH is not reasonable as we may have different python version in asdf and does not desire to add a new path per installed python version.