Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
startproject - django 1.9.6
#3
user@mothership myhellowebapp $ pwd
/home/user/projects/python/django-projects/myhellowebapp
user@mothership myhellowebapp $ ls -al
total 16
drwxr-xr-x 4 user user 4096 Dec 20 22:39 .
drwxr-xr-x 3 user user 4096 Dec 20 22:37 ..
drwxr-xr-x 7 user user 4096 Dec 20 22:39 .git
drwxr-xr-x 7 user user 4096 Dec 20 22:35 venv
user@mothership myhellowebapp $ source venv/bin/activate
(venv) user@mothership myhellowebapp $ which python
/usr/bin/python
(venv) user@mothership myhellowebapp $ ls -l /usr/bin/python
lrwxrwxrwx 1 root root 9 Dec 7 19:11 /usr/bin/python -> python2.7
Reply


Messages In This Thread
startproject - django 1.9.6 - by lewashby - Dec-22-2016, 01:08 AM
RE: startproject - django 1.9.6 - by snippsat - Dec-22-2016, 02:19 AM
RE: startproject - django 1.9.6 - by lewashby - Dec-22-2016, 04:08 AM
RE: startproject - django 1.9.6 - by snippsat - Dec-24-2016, 12:56 PM
RE: startproject - django 1.9.6 - by lewashby - Dec-24-2016, 09:00 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Django: How to automatically substitute a variable in the admin page at Django 1.11? m0ntecr1st0 3 3,393 Jun-30-2019, 12:21 AM
Last Post: scidam

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020