What is PYTHON PATH 🤔? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
18th Aug 2019, 10:52 AM
mounir abdelmolk
mounir abdelmolk - avatar
2 Réponses
+ 2
It is the default path or paths to your python. On linux or mac, open terminal and type: which python And that is your python path
18th Aug 2019, 11:48 AM
Steven M
Steven M - avatar
+ 1
Adding to n3v375 it is also where Python looks for modules. To make a custom modules directory you would have to add it to the Python Path.
18th Aug 2019, 12:34 PM
Paul Grasser
Paul Grasser - avatar