So I created a virutal environment. I also sourced it. Then I installed some packages.
Now, I want to change my PYTHONPATH. How?
feedback
|
|
You can always change your PYTHONPATH even by request, adding the PYTHONPATH before executing the code or loading your virtual env
You can also change your PYTHONPATH globally in | |||
|
feedback
|
|
Have a look at this stakoverflow question and answers which give information on how to do this. | |||
|
feedback
|