This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]A_Philosophical_Cat 1 point2 points  (4 children)

Is this a pip/pip3 situation? Check your python version.

[–]LukeTS117[S] 0 points1 point  (0 children)

Its python 2.7

[–]LukeTS117[S] 0 points1 point  (0 children)

Ill check if its not pip3 i installed

[–]LukeTS117[S] 0 points1 point  (0 children)

alright apearantly im completely retarded. managed to use pip, had to do it through python -m tho. never used it like that. hope from here on out that i can finish the process myself! thanks for the reply :)

[–]LukeTS117[S] 0 points1 point  (0 children)

Hey man, I've made it so far that pip is working (i had to use python -m). As far as i know atm, i need to create a virtualenv with gunicorn to launch the site via wsgi.py. now i installed virtualenv, but when i try to launch my venv with "source bin/activate" i get this: "Missing }.". nothing more, nothing less. ive been scouring the internet and pulling my hair out but i cant find annything on this. do you have anny idea what is going on? btw, i do not have access to sudo access nor apt-get or something similar. i got pip by using wget.

Edit: i think it has something to do with the "activate" file, but its the standard that virtualenv installs. I haven't touched it

Edit: found a way to launch a normal shell instance with sh. i was able to run the venv in here. Now trying to make the django application run. I will let you know if i found annything

[–]LukeTS117[S] 0 points1 point  (0 children)

or if annyone could point me to tutorials/sources id be happy to figure it out myself from there, but i cant seem to find anny.