0

Here's my problem. I have two packages with the same name but with the different methods. Is it possible to change their default install directories without changing their names?

Beder123
  • 59
  • 4

1 Answers1

0

Python doesn't accept two packages with the same name so for complete answer see this links : https://stackoverflow.com/a/5063268/2867928

and https://docs.python.org/2/tutorial/modules.html#the-module-search-path

Community
  • 1
  • 1
Mazdak
  • 105,000
  • 18
  • 159
  • 188