DorskFR / LeaguePyBot

A Python computer vision bot for League Of Legends
MIT License
65 stars 19 forks source link

export PYTHONPATH="$PWD:$PYTHONPATH" cd LPBv2/ ? where do i put this #9

Closed renanpick closed 3 years ago

renanpick commented 3 years ago

export PYTHONPATH="$PWD:$PYTHONPATH" cd LPBv2/ ? where do i put this

DorskFR commented 3 years ago

If you use linux / macos: in your terminal window.

And in any case: Did you click the link that says "How to set Python PATH" ?

Set Python PATH (How to set Python PATH)

export PYTHONPATH="$PWD:$PYTHONPATH"
cd LPBv2/
renanpick commented 3 years ago

If you use linux / macos: in your terminal window.

And in any case: Did you click the link that says "How to set Python PATH" ?

Set Python PATH (How to set Python PATH)

export PYTHONPATH="$PWD:$PYTHONPATH"
cd LPBv2/

i use windows