Problem finding my folder via terminal

MRAB python at mrabarnett.plus.com
Sat Jun 9 15:30:17 EDT 2018


On 2018-06-09 18:48, T Berger wrote:
[snip]

> I want to read your last two emails in the evening when I have more time to digest the information, but I have a quick question now. I made the correction you suggested to mymodule and went on to create a source distribution file. Then I got stuck again when trying to install my module into site-packages. I think I got a permission error. How do I fix this? Here is the coding from the shell:
> 
> Last login: Sat Jun  9 13:16:15 on ttys000
> 192:~ TamaraB$ cd Desktop/mymodules/dict
> -bash: cd: Desktop/mymodules/dict: No such file or directory
> 192:~ TamaraB$ cd Desktop/mymodules/dist
> 192:dist TamaraB$ sudo python3 -m pop install vsearch-1.0.tar.gz
> Password:
> 
> There is a symbol of a key after the word "Password."
> 
Did you really type "pop"? It looks that you're running the wrong code. 
The module you want is "pip".



More information about the Python-list mailing list