pythonpath tag

2 questions


1 answers
110 views
0
To permanently add a directory to PYTHONPATH

You can also add directories with sys.path.append, but I understand that this will be restored to its original state when the program ends.I just want to make a code that I don't want to add again if ...


1 answers
109 views
0
How to add a directory to pythonpath in Windows 7

I created a dictionary that manages all of my Django apps (C:\My_Projects). I would like to call the app right away by adding the directory to python path.In the Windows GUI environment (My Computer &...


© 2024 OneMinuteCode. All rights reserved.