What is PYTHON PATH šŸ¤”? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
18th Aug 2019, 10:52 AM
mounir abdelmolk
mounir abdelmolk - avatar
2 Respostas
+ 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