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?
Asked
Active
Viewed 85 times
0
-
Are these custom packages that you created or third party? – James Mertz Jul 30 '14 at 17:49
-
Those are mine packages – Beder123 Jul 30 '14 at 17:53
-
1Why do you need to keep them the same name? Do they have the same purpose? – James Mertz Jul 30 '14 at 18:06
-
They will be installed on two different computers, but for testing purposes it would be convenient to install them in one environement – Beder123 Jul 30 '14 at 18:46
-
Then use a virtual environment. That's what it's for. Testing things like this. – James Mertz Jul 30 '14 at 18:52
1 Answers
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