如何在没有管理员权限的Windows计算机上安装Django?

时间:2022-03-18 07:00:34

I want to install Django on my university provided Windows 7 computer. We have Python 2.7 already installed, but not Django. I tried several ways to install Django without the need for administrator privileges but couldn't succeed in doing so. How can I install Python packages on Windows without administrator privileges?

我想在我的大学提供的Windows 7计算机上安装Django。我们已经安装了Python 2.7,但没有安装Django。我尝试了几种方法来安装Django而不需要管理员权限,但是无法成功。如何在没有管理员权限的情况下在Windows上安装Python软件包?

1 个解决方案

#1


0  

You can set up Django on an instance of Portable Python, throw it on a flash drive, and then use it on your university PC. You might need to configure portable python on a different machine, but I don't think so.

您可以在Portable Python的实例上设置Django,将其放在闪存驱动器上,然后在大学PC上使用它。您可能需要在不同的计算机上配置可移植的python,但我不这么认为。

Here's a reference to getting started with Django on Portable Python: Portable Python - Django

以下是关于便携式Python上的Django入门的参考:Portable Python - Django

#1


0  

You can set up Django on an instance of Portable Python, throw it on a flash drive, and then use it on your university PC. You might need to configure portable python on a different machine, but I don't think so.

您可以在Portable Python的实例上设置Django,将其放在闪存驱动器上,然后在大学PC上使用它。您可能需要在不同的计算机上配置可移植的python,但我不这么认为。

Here's a reference to getting started with Django on Portable Python: Portable Python - Django

以下是关于便携式Python上的Django入门的参考:Portable Python - Django