作者:
mathlover (mathlover)
2017-12-21 22:46:46各位大大好 小弟最近才開始學python,對於一些指令並不清楚
也爬過文,雖然有類似的問題,不過我還是無法解決問題
請大大們幫幫我!!
我的問題是,當我要安裝套件時,似乎是要在命令提示字元輸入
C:\python.exe的路徑\python.exe setup.py sdist
但是輸入後卻發現錯誤!!請問是甚麼指令輸入錯誤?? 我真的很不懂指令@@
https://imgur.com/a/8Ta3B
以下是我儲存python.exe的路徑~
https://imgur.com/a/ZPZPG
setup.py的內容!!
>>> from distutils.core import setup
>>> setup(
name='nester',
version='1.0.0',
py_modules=['nester'],
author='hfpython',
author_email='[email protected]',
url='http://www.headfirstlab.com',
description='A simple printer of nested lists',
)