Home
Random
Log in
Settings
About WikiAP
Disclaimers
WikiAP
Search
SinggihAP
Joined 5 June 2025
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
= Enable Python Environment = <code>source path/bin/activate</code> = How To Use Conda (Miniconda3)= === Create a new environment: === <code>conda create --name myenv</code> === Activate an environment: === <code>conda activate myenv</code><br> <code>source activate myenv</code> === Deactivate the current environment: === <code>conda deactivate</code> === Install a package: === <code>conda install package_name</code> '#' <i><b>Replace package_name with the name of the package you want to install.</b></i> === List all environments: === <code>conda env list</code> === Remove an environment: === <code>conda env remove --name myenv</code>
Summary:
Please note that all contributions to WikiAP may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
WikiAP:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)