简体   繁体   中英

install python pymssql package without pip / proxy

I have a python script that leverages pymssql and currently this is running on my DEV Server. I need to deploy this to PRO however and I do not want to setup a proxy on my linux server. it has Python 2.7 installed but no pip.

Can i somehow take the pymssql package from the current working dev env and tar it up, move it across to the PRO server.

下载适合您平台的轮子,将其重命名为*.zip ,解压缩该zip文件,并将其传输到服务器文件_mssql.sopymssql.so ,然后将这些文件移动到Python中的site-packages目录。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM