Python: Difference between revisions

From DWIKI
mNo edit summary
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Link=
*[http://www.python.org/ Homepage]
*[http://www.rushessay.com/custom_essay.php essay]


= Links =


{{ Category: Programming }}
*[http://www.python.org/ Homepage]
*[http://www.rushessay.com/custom_essay.php essay]
*[https://www.tutorialspoint.com/python https://www.tutorialspoint.com/python]
*[https://wiki.python.org/moin/BeginnersGuide/Programmers Beginners guide]
 
 
=FAQ=
==-bash: python: command not found==
Try
update-alternatives --config python
 
===update-alternatives: error: no alternatives for python===
update-alternatives --install /usr/bin/python python $(which python3) 3
 
==Leave virtualenv==
deactivate
 
[[Category:Programming]]

Revision as of 21:21, 20 May 2022

Links


FAQ

-bash: python: command not found

Try

update-alternatives --config python

update-alternatives: error: no alternatives for python

update-alternatives --install /usr/bin/python python $(which python3) 3

Leave virtualenv

deactivate