Saturday, April 23, 2016

Re: remove ./ from commands

On Thursday, April 21, 2016 at 6:55:53 AM UTC-4:30, ken....@catapultconsulting.net wrote:
I just installed django 1.9.5.  Now I have to type ./manage.py when I used to just type manage.py.  How do I get rid of the need to type ./ 
osx el capitan

Hi,
export PAHT=$PATH:.
then run your command. 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/cd5705c4-6121-4479-8d0b-2ce61350c644%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment