我已经在PIP3上安装了cookiecutter。但是,我的bash_profile没有被修改。当我在终端输入"cookiecutter“时,我得到"command not found”。这是我目前的bash_profile:
# Setting PATH for Python 3.6
# The original version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.6/bin:${PATH}"
export PATH我尝试添加以下行:
export PATH = "/Users/username/Library/Python/3.6/bin/cookiecutter"它也无法识别。任何帮助都将不胜感激。
发布于 2017-09-27 10:18:04
请在编辑后尝试并获取您的bash_profile,或者尝试注销并重新登录。
source ~/.bash_profile我假设cookiecutter的路径是正确的:)
https://stackoverflow.com/questions/46438452
复制相似问题