On Saturday, June 9, 2018 at 3:30:39 PM UTC-4, MRAB wrote: > 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".
Hi Cameron, Sorry. That's terrible. But I did run the code a number of times correctly. I just did it again and got the same key icon: Last login: Sat Jun 9 13:26:14 on ttys000 192:~ TamaraB$ cd Desktop/mymodules/dist 192:dist TamaraB$ dist TamaraB$ sudo python3 -m pip install vsearch-1.0.tar.gz -bash: dist: command not found 192:dist TamaraB$ sudo python3 -m pip install vsearch-1.0.tar.gz Password: What next? Thanks, Tamara -- https://mail.python.org/mailman/listinfo/python-list