Loading doc/sdk_developers.md +1 −1 Original line number Original line Diff line number Diff line Loading @@ -24,7 +24,7 @@ pyenv install 3.12 pyenv virtualenv 3.12 pesp_sdk_env pyenv virtualenv 3.12 pesp_sdk_env # Activate the virtual environment # Activate the virtual environment source the/path/to/.pyenv/versions/pesp_sdk_env/bin/activate source path/to/.pyenv/versions/pesp_sdk_env/bin/activate ``` ``` OPTIONAL step: sometimes Apple Mac shells raise issues while finding the shell path. If this happens, try this command: OPTIONAL step: sometimes Apple Mac shells raise issues while finding the shell path. If this happens, try this command: Loading Loading
doc/sdk_developers.md +1 −1 Original line number Original line Diff line number Diff line Loading @@ -24,7 +24,7 @@ pyenv install 3.12 pyenv virtualenv 3.12 pesp_sdk_env pyenv virtualenv 3.12 pesp_sdk_env # Activate the virtual environment # Activate the virtual environment source the/path/to/.pyenv/versions/pesp_sdk_env/bin/activate source path/to/.pyenv/versions/pesp_sdk_env/bin/activate ``` ``` OPTIONAL step: sometimes Apple Mac shells raise issues while finding the shell path. If this happens, try this command: OPTIONAL step: sometimes Apple Mac shells raise issues while finding the shell path. If this happens, try this command: Loading