0

I am very new to Ubuntu and I'm running a Linode server using Ubuntu 22. I have added the Python files that I have intended on running on the server, here is the dilemma though.

I have a module named PQCrypto that not only needs Python 3.7.0 specifically to work, but it also needs to be installed manually, as installation via pip, conda or any other alternate method will render installation impossible. I would like to move my Python folder (the one containing the .exe for Python 3.7.0 and all of my downloaded packages) into Ubuntu so it can run my code.

So what I would like to know is the following...

  • How do I remove the current Python on Ubuntu installed by default? (Python Version 3.10.4)
  • How do I move my Python folder into Ubuntu so when I run my file on the server again, it has the correct version installed, and all of the packages
    pre-installed?

0 Answers0