https://dagster.io/ logo
Title
j

Jun Jo

11/21/2022, 4:08 PM
Hi there - I'm having a trouble following the tutorial on my Mac. I'm using Python 3.9.6 and pip 22.3.1. When I enter
pip install dagster
, I get
Defaulting to user installation because normal site-packages is not writeable
. Then when I write a python file with
from dagster import asset
it runs fine. But when I try to use the
dagster
command in Terminal, it shows:
zsh: command not found: dagster
Does anyone have the same issue and resolve it in the past?
k

Kyle Gobel

11/21/2022, 9:14 PM
you could try first creating a virtualenv, and see if that works, do you know how to do that?
m

Manish Khatri

11/22/2022, 2:11 PM