PolicyStat / terrarium

Package and ship relocatable python virtualenvs, like a boss.
https://terrarium.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
171 stars 14 forks source link

Replace os.rename with shutil.move #43

Closed a613 closed 10 years ago

a613 commented 10 years ago

Currently the code crashes with [Errno 18] Invalid cross-device link and this fixes it, as mentioned in many places online.

kylegibson commented 10 years ago

Thanks for submitting this pull request. May I ask why you decided to close it?

a613 commented 10 years ago

I saw the error even after that code change but later realized I had never applied the change to the server. After doing that everything was good. Let me test it again today and then I'll add a pull request with more details.

a613 commented 10 years ago

See pull request https://github.com/PolicyStat/terrarium/pull/48