سؤال

I have Python27 and Python33 folders. Can I move these folders into my Program Files folder or will this cause problems?enter image description here

هل كانت مفيدة؟

المحلول

Simply moving folders will not work.

  • Python file association will not work.
  • .pyc file contains absolute path:
    • You will get old paths in tracebacks.
  • Third-party libraries may have absolute path.

You need to reinstall the interpreter and libraries.

نصائح أخرى

Probably not if you update your path variable to reflect the changes

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top