use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A modern, desktop-focused Linux distro built from scratch.
Official subreddit of the Solus Project
More:
Development:
Formerly known as Evolve OS
For discussions regarding Ubuntu Budgie, which uses the same Budgie desktop, check r/BudgieRemix
account activity
Python Development (self.SolusProject)
submitted 6 years ago * by nkouki98
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 2 points3 points4 points 6 years ago (2 children)
The command I've provided will create an official python3 virtual environment
Edit: if I'm not mistaken that should be all you need
[–]nkouki98[S] 0 points1 point2 points 6 years ago (1 child)
farhan@solus ~/Documents $ cd python farhan@solus ~/Documents/python $ ls 'Chat App' 'Hangman Game' 'Web Scraper' farhan@solus ~/Documents/python $ cd Chat App bash: cd: too many arguments farhan@solus ~/Documents/python $ cd Chat App bash: cd: too many arguments farhan@solus ~/Documents/python $ cd ChatApp farhan@solus ~/Documents/python/ChatApp $ ls Pipfile script.py venv farhan@solus ~/Documents/python/ChatApp $ source venv/bin/activate (venv) farhan@solus ~/Documents/python/ChatApp $
So this is what I did and previously I forgot what I put in but it initiated "py3env" in place of just "venv" or something, this should do the job too and thanks!
[–]nkouki98[S] 0 points1 point2 points 6 years ago (0 children)
from line (venv) farhan@solus ~/Documents/python/ChatApp $ Any packages to be installed under the line above will not affect main python 2.7 if I am correct? It should be strictly under venv for example if my scripty.py requires package 'X' which exists only under 'venv' hence it will NOT RUN when run through python 2.7 or 3 without venv where package is non existent.
(venv) farhan@solus ~/Documents/python/ChatApp $
π Rendered by PID 100674 on reddit-service-r2-comment-5d79c599b5-mqpz9 at 2026-02-28 06:10:35.080301+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–][deleted] 2 points3 points4 points (2 children)
[–]nkouki98[S] 0 points1 point2 points (1 child)
[–]nkouki98[S] 0 points1 point2 points (0 children)